Yep also doing rust! I forgot to do the one for today woops.
Got my solutions at https://codeberg.org/PotatoesFall/aoc2024
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.
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
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
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.
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.
Hey this is cool :) time to catch up!