Files
protohackers/test/protohackers_test.exs
2024-02-08 22:42:39 +01:00

9 lines
153 B
Elixir

defmodule ProtohackersTest do
use ExUnit.Case
doctest Protohackers
test "greets the world" do
assert Protohackers.hello() == :world
end
end