First commit

This commit is contained in:
Joakim Nylén
2019-04-11 23:39:59 +02:00
commit a6776fdca8
14 changed files with 694 additions and 0 deletions

1
test/test_helper.exs Normal file
View File

@@ -0,0 +1 @@
ExUnit.start()

8
test/xler_test.exs Normal file
View File

@@ -0,0 +1,8 @@
defmodule XlerTest do
use ExUnit.Case
doctest Xler
test "greets the world" do
assert Xler.hello() == :world
end
end