Inputs:
- Example input is present in
${foldername}/input/input_small
. - Testing input is present in
${foldername}/input/input
.
Running:
make year=<year> folder=<foldername>
# Example
make year=2021 folder=2 # To run the 2021 -> Day 2 code.
make year=2021 folder=4 # To run the 2021 -> Day 4 code.