1
0
Fork 0
advent-of-code/2023/elixir/test/2023/1_test.exs
2023-12-01 10:28:04 -05:00

9 lines
165 B
Elixir

import AOC
aoc_test 2023, 1, async: true do
describe "p1" do
test "works for the example input" do
assert p1(example_string()) == 142
end
end
end