mykl@lemmy.world to Advent Of Code@programming.dev · 11 months ago[2023 Day 3] Motivation time!lemmy.worldimagemessage-square23fedilinkarrow-up1102arrow-down18file-text
arrow-up194arrow-down1image[2023 Day 3] Motivation time!lemmy.worldmykl@lemmy.world to Advent Of Code@programming.dev · 11 months agomessage-square23fedilinkfile-text
minus-squaremykl@lemmy.worldOPlinkfedilinkarrow-up2·11 months agoYeah it looks like the better solutions generally took that route. I convinced myself that the symbols were going to all have different rules in part 2, so ended up thinking about it way too hard for day 3 😀
minus-squareBlack616Angel@feddit.delinkfedilinkarrow-up2·11 months agoThought so too, but for me it was a simple match statement (rust), which then became a glorified if statement. 😂
Yeah it looks like the better solutions generally took that route. I convinced myself that the symbols were going to all have different rules in part 2, so ended up thinking about it way too hard for day 3 😀
Thought so too, but for me it was a simple match statement (rust), which then became a glorified if statement. 😂