minus-squarebricked@feddit.orgtoProgramming@beehaw.org•Advent of Code 2024linkfedilinkDeutscharrow-up1·19 days agoYup, 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. linkfedilink
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.