Added Day 1 README
This commit is contained in:
parent
983e4a56a2
commit
0d609a713e
1 changed files with 9 additions and 0 deletions
9
day1/README.md
Normal file
9
day1/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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`)
|
Loading…
Reference in a new issue