This commit is contained in:
2025-08-27 07:44:17 +02:00
commit b8af167287
8 changed files with 117 additions and 0 deletions

8
test/exproj_test.exs Normal file
View File

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