💾 Archived View for bbs.geminispace.org › u › yingfan › 22379 captured on 2024-12-17 at 15:48:16. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Re: "Solutions: Advent of Code 2024"
My past year attemps were all done in the browser developer console using document.body.innerText. Pure laziness :P
Dec 02 · 2 weeks ago
🖥️ mrrobinhood5 [OP] · Dec 02 at 21:20:
Day 2 Solution
— https://github.com/mrrobinhood5/advent-of-code/blob/master/2024/02/solution.rb
Thanks for reminding me. I forgot about the advent of code, even though I was planning to do it. I have never finished an advent of code, even though I have started on one like 2 times before. I gotta get started!
🖥️ mrrobinhood5 [OP] · Dec 04 at 04:00:
Day 3 Solution (part 2 is no go)
— https://github.com/mrrobinhood5/advent-of-code/blob/master/2024/03/solution.rb
🖥️ mrrobinhood5 [OP] · Dec 06 at 01:22:
Day 4 Solution
— https://github.com/mrrobinhood5/advent-of-code/blob/master/2024/04/solution.rb
Solutions: Advent of Code 2024 — Im curious to see everyones approach, which languages, and to get unstuck