10 lines
209 B
Markdown
10 lines
209 B
Markdown
|
# AOC 2023 Day 1 (Shell Script)
|
||
|
|
||
|
This is a solver for AOC 2023 Day 1 made in Bash
|
||
|
|
||
|
### Requirements:
|
||
|
- Bash
|
||
|
|
||
|
### Usage:
|
||
|
1. Run the script with the input file specified as an argument (ex. `./day1p1.sh input`)
|