$ wc -l day2*.go
270 day2.go
69 day2_test.go
339 total
$ wc -l day2*.go
270 day2.go
69 day2_test.go
339 total
$ wc -l day2*.go
270 day2.go
69 day2_test.go
339 total
It’s quite surprising to see (imho) how many people on reddit started substituting strings (
one
becomes 1
etc.). That makes the puzzle *much* harder by introducing nasty corner cases.(Maybe I was just lucky this time to pick the correct approach right from the start. 🤣 Or maybe it’s a bit of experience from doing past AoC events …)
It’s quite surprising to see (imho) how many people on reddit started substituting strings (
one
becomes 1
etc.). That makes the puzzle *much* harder by introducing nasty corner cases.(Maybe I was just lucky this time to pick the correct approach right from the start. 🤣 Or maybe it’s a bit of experience from doing past AoC events …)
It’s quite surprising to see (imho) how many people on reddit started substituting strings (
one
becomes 1
etc.). That makes the puzzle *much* harder by introducing nasty corner cases.(Maybe I was just lucky this time to pick the correct approach right from the start. 🤣 Or maybe it’s a bit of experience from doing past AoC events …)