There is a community for it here: https://programming.dev/c/advent_of_code
Has quite active solution threads etc.
I'm learning rust from scratch this year. Already two days behind due to being too busy though
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
There is a community for it here: https://programming.dev/c/advent_of_code
Has quite active solution threads etc.
I'm learning rust from scratch this year. Already two days behind due to being too busy though
Thank you! Since we cannot guarantee regarding federation I created the thread for my Beehaw fellows
I'm doing it in Python, thought about Go but I didn't get far last year with Rust so I decided to keep it simple. I'm through the first 3 days and cooking up an unorthodox approach to day 4
Yep also doing rust! I forgot to do the one for today woops.
Got my solutions at https://codeberg.org/PotatoesFall/aoc2024
I got my solutions on Codeberg too! I am keeping it private until I finish it though
Hey this is cool :) time to catch up!
I'm doing it in python. I was going to do c# since I'm more used to it but python is better for small scripts like these. It's also my first year of doing it and yeah I really need to improve my coding style.
Yup, I'm learning Rust this way over at https://github.com/brckd/advent-of-code-2024 using a handy template I found.
Regarding the puzzles, I was able to solve all of them so far using
these tools.
regex, itertools and some bruteforce >:D
I already joined a private leaderboard, but if more people are interested, we could create one too.