1
0
Fork 0
advent-of-code/2015/test/advent_of_code2015_test.exs

9 lines
165 B
Elixir
Raw Normal View History

2022-09-21 09:19:53 -04:00
defmodule AdventOfCode2015Test do
use ExUnit.Case
doctest AdventOfCode2015
test "greets the world" do
assert AdventOfCode2015.hello() == :world
end
end