8 lines
87 B
Elixir
8 lines
87 B
Elixir
defmodule PassingKoan do
|
|
use Koans
|
|
|
|
koan "Hi there" do
|
|
assert 1 == 1
|
|
end
|
|
end
|