mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
5 lines
212 B
Markdown
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.
|