Work on Day2 first star, few open issues

This commit is contained in:
2025-12-02 09:11:37 +01:00
parent 30693ed069
commit fffa4ea539
5 changed files with 84 additions and 0 deletions

View File

@@ -7,3 +7,11 @@ This is mostly so I can keep notes on my progress, in single markdown format so
1. Read! Oh that brain of mine, skipping half the things and missing things like count clicks not end point dial
2. Setup a proper test, make a smaller input test that you know the answer to to check the code
## Lessons second day
1. More git commits!
2. Clear history so you don't accidentally cp day1 to day2 during testing. (Undo FTW)
3. Put the central check (Serial Valid/Invalid) in a function so it's easy to add self checks in the beginning