my solution

This commit is contained in:
2026-04-15 20:02:05 -04:00
commit feaf3f0357
10 changed files with 176 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
defmodule JumpTest do
use ExUnit.Case
doctest Jump
test "greets the world" do
assert Jump.hello() == :world
end
end