Now we have some elixir

This commit is contained in:
2026-06-05 00:59:45 +02:00
parent 2855f3d489
commit 969870b3c3
10 changed files with 202 additions and 35 deletions
+8
View File
@@ -0,0 +1,8 @@
defmodule BunnyMaskTest do
use ExUnit.Case
doctest BunnyMask
test "greets the world" do
assert BunnyMask.hello() == :world
end
end
+1
View File
@@ -0,0 +1 @@
ExUnit.start()