my first AoC, in 2019 (THE INTCODE ONE :heart: ), ...
# advent-of-code
j
my first AoC, in 2019 (THE INTCODE ONE ❤️ ), I did with BigInteger at first, then after finishing everything, I did a little unnecessary rework and changed everything to Long, as in anybody cares 🙂 I don’t think there was ever a puzzle when Long was not enough? Or was it?
e
no, there wasn't. Eric intentionally designs these challenges to be tractable in a wide range of languages, including some that only have fixed-sized integers (e.g. and others that only have floating (e.g. JS)
which basically means there's always an approach that can stay within -2^53..2^53 (although there may be other approaches that don't)
👀 2
c
2019 was my first AoC too. I miss the int code computer and the way it was built up throughout the days. I'd assumed they always did something like that and was disappointed when that wasn't the case. Last year early on there was a filesystem type puzzle. Had me thinking that might be our project for the year but alas no :(