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
+18
View File
@@ -0,0 +1,18 @@
defmodule Localiserd do
@moduledoc """
Documentation for `Localiserd`.
"""
@doc """
Hello world.
## Examples
iex> Localiserd.hello()
:world
"""
def hello do
:world
end
end