1
0
Fork 0
advent-of-code/2021/README.md

40 lines
834 B
Markdown
Raw Normal View History

# Advent of Code 2021
<details>
<summary>Setup</summary>
Using [asdf](https://asdf-vm.com/#/):
```sh
asdf plugin add erlang
asdf plugin add elixir
asdf install
```
</details>
2022-09-21 09:19:53 -04:00
| S | M | T | W | T | F | S |
| :-: | :-: | :-: | :-: | :-: | :-: | :-: |
| | | | [1] | [2] | [3] | [4] |
2022-09-21 09:19:53 -04:00
| [5] | [6] | [7] | [8] | [9] | [10] | [11]|
2022-09-21 09:19:53 -04:00
| [12]| [13]| [14]| [15] | [16] | 17 | 18 |
2022-09-21 09:19:53 -04:00
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
<!-- links -->
2022-09-21 09:19:53 -04:00
2022-09-21 09:19:53 -04:00
[1]: ./lib/2021/1.ex
[2]: ./lib/2021/2.ex
2022-09-21 09:19:53 -04:00
[3]: ./lib/2021/3.ex
2022-09-21 09:19:53 -04:00
[4]: ./lib/2021/4.ex
2022-09-21 09:19:53 -04:00
[5]: ./lib/2021/5.ex
2022-09-21 09:19:53 -04:00
[6]: ./lib/2021/6.ex
2022-09-21 09:19:53 -04:00
[7]: ./lib/2021/7.ex
2022-09-21 09:19:53 -04:00
[8]: ./lib/2021/8.ex
2022-09-21 09:19:53 -04:00
[9]: ./lib/2021/9.ex
2022-09-21 09:19:53 -04:00
[10]: ./lib/2021/10.ex
2022-09-21 09:19:53 -04:00
[11]: ./lib/2021/11.ex
2022-09-21 09:19:53 -04:00
[12]: ./lib/2021/12.ex
2022-09-21 09:19:53 -04:00
[13]: ./lib/2021/13.ex
2022-09-21 09:19:53 -04:00
[14]: ./lib/2021/14.ex
2022-09-21 09:19:53 -04:00
[15]: ./lib/2021/15.ex
2022-09-21 09:19:53 -04:00
[16]: ./lib/2021/16.ex