Add explanation for the first koan

This commit is contained in:
Uku Taht
2016-04-20 11:32:13 +01:00
parent ded0f11ec6
commit 2ed891389c

View File

@@ -1,6 +1,7 @@
defmodule Equalities do
use Koans
# Replace ___ with the answer to make the koan pass.
koan "We shall contemplate truth by testing reality, via equality" do
assert true == ___
end