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

37 lines
647 B
Markdown
Raw Permalink Normal View History

2022-09-21 09:19:52 -04:00
# Advent of Code 2020
## Setup
Install [asdf] to install [Haskell]
```sh
brew install asdf
asdf plugin add haskell
asdf install
```
## Table of Contents
2022-09-21 09:19:53 -04:00
| S | M | T | W | T | F | S |
| :--: | :-: | :-: | :-: | :--: | :--: | :--: |
| | | [1] | [2] | [3] | [4] | [5] |
| [6] | [7] | [8] | [9] | [10] | [11] | [12] |
| [13] | 14 | 15 | 16 | 17 | 18 | 19 |
| 21 | 22 | 23 | 24 | 25 | | |
2022-09-21 09:19:52 -04:00
[asdf]: https://asdf-vm.com/#/
[haskell]: https://www.haskell.org
[1]: ./01
2022-09-21 09:19:52 -04:00
[2]: ./02
2022-09-21 09:19:52 -04:00
[3]: ./03
2022-09-21 09:19:52 -04:00
[4]: ./04
2022-09-21 09:19:52 -04:00
[5]: ./05
2022-09-21 09:19:52 -04:00
[6]: ./06
2022-09-21 09:19:52 -04:00
[7]: ./07
2022-09-21 09:19:52 -04:00
[8]: ./08
2022-09-21 09:19:52 -04:00
[9]: ./09
2022-09-21 09:19:52 -04:00
[10]: ./10
2022-09-21 09:19:53 -04:00
[11]: ./11
2022-09-21 09:19:53 -04:00
[12]: ./12
[13]: ./13