advent-of-code
Architecture
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
Generate
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
Running
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
Repository
advent-of-code
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- 10 months ago
- December 1, 2023
License
Links
Synced at
Wed, 29 Oct 2025 13:57:35 GMT
Languages