protohackers/test/protohackers_test.exs

9 lines
153 B
Elixir

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