๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ DerTeufel โ€บ 22369 captured on 2024-12-17 at 15:48:13. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Comment by ๐Ÿ˜ˆ DerTeufel

Re: "Solutions: Advent of Code 2024"

In: s/programming

I'm going to use a mix of languages, including Prolog, Zig, Python, and more.

โ€” https://codeberg.org/Der_Teufel/advent-of-code/src/branch/main/2024/day01.pl

๐Ÿ˜ˆ DerTeufel

Dec 01 ยท 2 weeks ago

7 Later Comments โ†“

๐Ÿš€ yingfan ยท Dec 02 at 03:35:

Mine is over here https://github.com/cyingfan/aoc2024 . Never get to complete in past years though.

๐Ÿ–ฅ๏ธ mrrobinhood5 [OP] ยท Dec 02 at 04:50:

@yingfan love the way you just pull the input directly!

๐Ÿš€ yingfan ยท Dec 02 at 09:03:

My past year attemps were all done in the browser developer console using document.body.innerText. Pure laziness :P

๐Ÿ–ฅ๏ธ mrrobinhood5 [OP] ยท Dec 02 at 21:20:

Day 2 Solution

โ€” https://github.com/mrrobinhood5/advent-of-code/blob/master/2024/02/solution.rb

๐Ÿ€ meidam ยท Dec 03 at 12:55:

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

Original Post

๐ŸŒ’ s/programming

Solutions: Advent of Code 2024 โ€” Im curious to see everyones approach, which languages, and to get unstuck

๐Ÿ’ฌ mrrobinhood5 ยท 8 comments ยท Dec 01 ยท 2 weeks ago