1
0
Fork 0
advent-of-code/2020/README.md
2022-09-21 09:19:52 -04:00

33 lines
596 B
Markdown

# Advent of Code 2020
## Setup
Install [asdf] to install [Haskell]
```sh
brew install asdf
asdf plugin add haskell
asdf install
```
## Table of Contents
| 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 | | |
[asdf]: https://asdf-vm.com/#/
[haskell]: https://www.haskell.org
[1]: ./01
[2]: ./02
[3]: ./03
[4]: ./04
[5]: ./05
[6]: ./06
[7]: ./07
[8]: ./08
[9]: ./09
[10]: ./10