Initialized Elixir project

This commit is contained in:
2025-12-14 20:22:05 +02:00
commit d450229356
7 changed files with 104 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
defmodule NeonVertigoServiceTest do
use ExUnit.Case
doctest NeonVertigoService
test "greets the world" do
assert NeonVertigoService.hello() == :world
end
end