I just completed "Cube Conundrum" - Day 2 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/2
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
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