AoC19/test/aoc19_test.exs

9 lines
132 B
Elixir
Raw Normal View History

2019-12-01 04:58:26 +00:00
defmodule Aoc19Test do
use ExUnit.Case
doctest Aoc19
test "greets the world" do
assert Aoc19.hello() == :world
end
end