Compare commits

...

2 Commits

Author SHA1 Message Date
bgrolleman 7fcad7eb85 Update documentation 2025-12-01 17:08:36 +01:00
bgrolleman 637797e349 Cleanup code directory 2025-12-01 17:07:33 +01:00
6 changed files with 9 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
cat full_input | ./Day1_first.lua
cat full_input | ./Day2_second.lua
+6 -1
View File
@@ -1,4 +1,9 @@
Lessons from first day
# Advent of Code 2025
## Introduction
This is mostly so I can keep notes on my progress, in single markdown format so I can easily add it to my Silverbullet journal afterwards.
## Lessons from first day
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