Move koans to their own directory
This commit is contained in:
7
lib/koans/lists.ex
Normal file
7
lib/koans/lists.ex
Normal file
@@ -0,0 +1,7 @@
|
||||
defmodule Lists do
|
||||
use Koans
|
||||
|
||||
koan "We shall contemplate truth by testing reality, via equality" do
|
||||
assert List.first([1, 2, 3]) == 2
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user