init: inital commit

This commit is contained in:
2026-04-16 15:46:00 +02:00
commit 34ddbe669e
40 changed files with 1556 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
defmodule LocaliserdTest do
use ExUnit.Case
doctest Localiserd
test "greets the world" do
assert Localiserd.hello() == :world
end
end