Advent of Code 2021
My solutions for Advent of Code 2021. This year I am practicing Python
| Day | Python | Choco |
|---|---|---|
| 1 | |
|
| 2 | |
|
| 3 | |
|
| 4 | |
|
| 5 | |
|
| 6 | |
|
| 7 | |
|
| 8 | |
|
| 9 | |
|
| 10 | |
|
| 11 | |
|
| 12 | |
|
| 13 | |
|
| 14 | |
|
| 15 | |
|
| 16 | ||
| 17 | ||
| 18 | ||
| 19 | ||
| 20 | ||
| 21 | ||
| 22 | ||
| 23 | ||
| 24 | ||
| 25 |
Script for starting a new day
./new_day.sh <day_name>
Python
Running code
python python/day<day_name>.py <filename>
where
is usually simple or full.
Testing code
...TODO? :)
Chocolate
<choco compiler> choco/day<day_name>.choco
Other language candidates
- Ruby or Crystal too see what Ruby feels like?
- Zig or Go to learn another systems language?
- Java, Kotlin, C++ to polish skills?