Email or username:

Password:

Forgot your password?
Maxim Lebedev

I just completed "Cube Conundrum" - Day 2 - Advent of Code 2023 #AdventOfCode adventofcode.com/2023/day/2

1 comment
Maxim Lebedev

I'm an idiot and at first used the uint8 type, limited to a value between 0 and 255, when the answer was much larger.

#Go #Golang #AdventOfCode

Go Up