From 27b8926aaa32621bdf6a34596ff9a42cb5d7d65c Mon Sep 17 00:00:00 2001 From: Jay Hayes Date: Thu, 5 May 2016 17:57:22 -0500 Subject: [PATCH] Add keyword lists koan to runner --- lib/runner.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/runner.ex b/lib/runner.ex index a780289..aff090a 100644 --- a/lib/runner.ex +++ b/lib/runner.ex @@ -5,6 +5,7 @@ defmodule Runner do Atoms, Tuples, Lists, + KeywordLists, Maps, Structs, PatternMatching,