Files
adventofcode/2025/day03/README.md

5 lines
212 B
Markdown

# 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.