protohackers/test/protohackers_test.exs

9 lines
153 B
Elixir
Raw Normal View History

2024-02-08 22:42:39 +01:00
defmodule ProtohackersTest do
use ExUnit.Case
doctest Protohackers
test "greets the world" do
assert Protohackers.hello() == :world
end
end