logan_2023/day1
2023-12-04 22:43:37 -07:00
..
answer1 Day 1 (Bash) 2023-12-02 23:09:26 -07:00
answer2 Day 1 (Bash) 2023-12-02 23:09:26 -07:00
day1p1.sh Day 1 scripts can now take arbitrary files 2023-12-04 22:43:05 -07:00
day1p2.sh Day 1 scripts can now take arbitrary files 2023-12-04 22:43:05 -07:00
input Day 1 input 2023-12-02 21:20:38 -07:00
README.md Added Day 1 README 2023-12-04 22:43:37 -07:00
sample1 Day 1 (Bash) 2023-12-02 23:09:26 -07:00
sample2 Day 1 (Bash) 2023-12-02 23:09:26 -07:00
sample3 Day 1 (Bash) 2023-12-02 23:09:26 -07:00

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)