docs: Added readme comments for Day2

This commit is contained in:
2025-12-06 15:22:29 +00:00
parent 8a4915eea1
commit fe4a2ad5b9

View File

@@ -1,3 +1,9 @@
# AdventOfCode2025 # AdventOfCode2025
I probably won't finish 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.