Adds an example (cheesy!) first intro.
This commit is contained in:
@@ -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 == ___
|
||||||
|
|||||||
Reference in New Issue
Block a user