Full refactor/better docs

This commit is contained in:
2026-02-01 04:09:42 +01:00
parent 008a8cea98
commit 0b60404558
76 changed files with 1566 additions and 767 deletions

View File

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

View File

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