New order for koans

Equalities
Arithmetic
Strings
Tuples
Lists
Maps
Structs
PatternMatching
Functions
Enums
Processes
Tasks
This commit is contained in:
Uku Taht
2016-03-20 19:11:13 +00:00
parent 0ec6e36d5f
commit fe0096db49
13 changed files with 114 additions and 113 deletions

View File

@@ -1,16 +1,17 @@
defmodule Runner do
@modules [
Equalities,
Arithmetic,
Strings,
Tuples,
Lists,
Maps,
Functions,
Enums,
Arithmetic,
Structs,
PatternMatching,
Functions,
Enums,
Processes,
Tasks
Tasks,
]
def run do