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
Repository
advent-of-code
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- 9 days ago
- December 1, 2023
License
Links
Synced at
Sun, 22 Dec 2024 10:38:46 GMT
Languages