Start basic pattern matching koans

This commit is contained in:
Uku Taht
2016-03-07 16:45:23 +02:00
parent e6aa96bf1a
commit 1a19c30ec1
3 changed files with 68 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ defmodule Runner do
Functions,
Enums,
Arithmetic,
Structs
Structs,
PatternMatching
]
def run(options) do