π
Advent of Code
This repository contains my solutions to the Advent of Code puzzles.
Every year, I will try to solve the puzzles in a different language. This will vary from year to year, but I will try to stick to languages that I am not familiar with.
The goal is to learn something new every year, or at least to have fun trying :)
All languages before 2022 are written in languages of a level that I would consider to be beginner or intermediate at the time of release. They are also chosen in order from when I first learned them.
Languages
- 2022 - Rust
- 2021 - C++
- 2020 - Haskell
- 2019 - Lua
- 2018 - TypeScript
- 2017 - Java
- 2016 - JavaScript
- 2015 - Python
Structure
The repository is structured as follows:
years
- Contains a folder for each yearyears/<year>
- Contains a folder for each dayyears/<year>/<day>
- Contains the solution for the day
*
_/ \_
\ /
/_' '_\
/ -\
/.*@@ \
/ ' + -\
/ -o *'+ \
/ .* -@+ \
*-------------*
[_______]
\_____/
- ASCII tree generated with xmas-tree