Start repo, claude & kimi still vibing tho

This commit is contained in:
ra
2026-02-14 17:04:21 -07:00
commit f5b8aeb39d
54 changed files with 9466 additions and 0 deletions

8
test/odinsea_test.exs Normal file
View File

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

1
test/test_helper.exs Normal file
View File

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