From 440f9bdbc1db52decaa0743e37c3c27efc7f1e85 Mon Sep 17 00:00:00 2001 From: Jay Hayes Date: Thu, 5 May 2016 17:55:50 -0500 Subject: [PATCH] Forgot to add the koan to the runner, oops --- lib/runner.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/runner.ex b/lib/runner.ex index 984b9bc..a780289 100644 --- a/lib/runner.ex +++ b/lib/runner.ex @@ -2,6 +2,7 @@ defmodule Runner do @modules [ Equalities, Strings, + Atoms, Tuples, Lists, Maps,