initial commit

This commit is contained in:
Dejan Strbac
2015-11-25 17:10:43 +01:00
commit a7a13da6c3
16 changed files with 1372 additions and 0 deletions
BIN
View File
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

+8
View File
@@ -0,0 +1,8 @@
defmodule MailexTest do
use ExUnit.Case
doctest Mailex
test "the truth" do
assert 1 + 1 == 2
end
end
+1
View File
@@ -0,0 +1 @@
ExUnit.start()