1
0
Fork 0
advent-of-code/2022/elixir/test/aoc2022_test.exs

9 lines
138 B
Elixir
Raw Normal View History

2022-12-10 09:26:54 -05:00
defmodule Aoc2022Test do
use ExUnit.Case
doctest Aoc2022
test "greets the world" do
assert Aoc2022.hello() == :world
end
end