1
0
Fork 0
advent-of-code/2021/test/advent_of_code_test.exs
2021-11-03 07:19:41 -04:00

8 lines
153 B
Elixir

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