initial: addressex initial implemmentation

This commit is contained in:
Joao P Dubas
2024-01-26 14:57:48 +00:00
commit f0e9c1c6d7
17 changed files with 1194 additions and 0 deletions

View File

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

1
ex/test/test_helper.exs Normal file
View File

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