diff --git a/README.md b/README.md index 287fb36..b307c25 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # AdventOfCode2025 -I probably won't finish \ No newline at end of file +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.