9 lines
165 B
Elixir
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
|