All modules have an intro.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
defmodule Strings do
|
||||
use Koans
|
||||
|
||||
@intro "Strings"
|
||||
|
||||
koan "Strings are there to represent text" do
|
||||
assert "hello" == ___
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user