Added my goes for day4 and day5.
At first for today I was diligently splitting the converted integer into low and high parts
row = input >> 3 col = input & 0b111
And then I realised we were just shoving them back together again to undo that, so I didn't bother.
I realised that after I finished, but I still think I would prefer separate row and column numbers to find my seat. :D
rhowe always uses programming languages I've never heard of. I think he does it on purpose*.
*It's not too hard to use a programming language I've never heard of.
@Drakien started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
Added my goes for day4 and day5.
At first for today I was diligently splitting the converted integer into low and high parts
And then I realised we were just shoving them back together again to undo that, so I didn't bother.