Files
AdventOfCode2025/README.md

10 lines
268 B
Markdown

# AdventOfCode2025
I probably won't finish
# Notes
## Day 2
Not so happy about my first solution using regex + needing to use rust fancy regex because normal doesn't support backtraces, feels annoying, I should circle back to Part 2 and make a regexless solution.