Each year
should match this convention:
[year]/
βββ [day]
βββ template/
βββ part-one.[ext]
βββ part-two.[ext]
Note that year
and day
should be a numeric folder without leading zeroes, eg.: 2024
/25
Use the generate.sh
script to create a new day from template, the script asks the year
and the day
thats by default is the current year and the highest solved puzzle to that year
plus one
./generate.sh
To run straightly with the default pass the argument y
./generate.sh y
Use the run.sh
script to run all the solution in the current year or pass an
year as $1
argument
./run.sh
./run.sh 2015
Warning 4.0 minimum bash version required