Adds an example (cheesy!) first intro.

This commit is contained in:
Felipe Sere
2016-05-10 23:00:46 +01:00
parent 751f849585
commit b90c748f20

View File

@@ -1,6 +1,13 @@
defmodule Equalities do defmodule Equalities do
use Koans use Koans
@intro """
Welcome to the Elixir koans.
Let these be your first humble steps towards learning a new language.
The path layed infront of you us but one of many.
"""
# Replace ___ with the answer to make the koan pass. # Replace ___ with the answer to make the koan pass.
koan "We shall contemplate truth by testing reality, via equality" do koan "We shall contemplate truth by testing reality, via equality" do
assert true == ___ assert true == ___