We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc2820 commit 6f493f3Copy full SHA for 6f493f3
1 file changed
elixir/2024/test/advent_of_code/day_07_test.exs
@@ -31,9 +31,7 @@ defmodule AdventOfCode.Day07Test do
31
21037: 9 7 18 13
32
292: 11 6 16 20
33
"""
34
- # input = "156: 15 6"
35
- # result = part2(input)
36
- # assert result == 156
+
37
11387 = part2(input)
38
end
39
0 commit comments