Library skeleton

This commit is contained in:
2024-12-10 00:20:08 -05:00
parent 871bf7a831
commit 9db28e7277
9 changed files with 201 additions and 13 deletions

1
test/test_helper.exs Normal file
View File

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

View File

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