1
0
Fork 0
advent-of-code/2023/elixir/test/advent_of_code_test.exs
2023-12-01 09:56:12 -05: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