13 lines
164 B
Elixir
13 lines
164 B
Elixir
defmodule SampleKoan do
|
|
use Koans
|
|
|
|
@intro """
|
|
There is something
|
|
"""
|
|
|
|
koan "Thinking more than once" do
|
|
assert 3 == ___
|
|
assert 4 == ___
|
|
end
|
|
end
|