Browse Source

begin day 3 with test

master
Alexander Avery 3 weeks ago
parent
commit
9443135437
  1. 6
      2024/puzzle_test.go

6
2024/puzzle_test.go

@ -46,6 +46,12 @@ func TestPuzzles(t *testing.T) {
8 6 4 4 1
1 3 6 7 9`,
},
{
solver: Day3{},
ans1: "161",
ans2: "",
input: "xmul(2,4)%&mul[3,7]!@^do_not_mul(5,5)+mul(32,64]then(mul(11,8)mul(8,5))",
},
}
for i, tt := range tests {

Loading…
Cancel
Save