Implement 2025 day 3 in bash

This commit is contained in:
2025-12-03 09:54:40 +01:00
parent 7e23cf94a6
commit 6f4b02af33
4 changed files with 73 additions and 1 deletions

4
2025/day03/README.md Normal file
View File

@@ -0,0 +1,4 @@
# Day 03: Bash
Simple as can be, simply run `./solve.sh <input file>` and get both answers. While I allowed myself
to use `coreutils` with bash, they turned out to be entirely unnecessary. Pure bash just works.