9 lines
123 B
Elixir
9 lines
123 B
Elixir
defmodule SampleKoan do
|
|
use Koans
|
|
|
|
koan "Thinking more than once" do
|
|
assert 3 == ___
|
|
assert 4 == ___
|
|
end
|
|
end
|