reposition numbers koans in the runner.ex file

This commit is contained in:
Mahmut Surekci
2016-05-25 12:07:40 +01:00
parent a57ba3da2d
commit 14858cd497

View File

@@ -3,6 +3,7 @@ defmodule Runner do
Equalities,
Strings,
Sigils,
Numbers,
Atoms,
Tuples,
Lists,
@@ -15,7 +16,6 @@ defmodule Runner do
Processes,
Tasks,
Agents,
Integers,
]
def koan?(koan), do: Enum.member?(@modules, koan)