mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Implement 2025 day 3 in bash
This commit is contained in:
4
2025/day03/README.md
Normal file
4
2025/day03/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user