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

26 lines
509 B
Markdown
Raw 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:52 -04:00
| S | M | T | W | T | F | S |
2022-09-21 09:19:52 -04:00
| :-: | :-: | :-: | :-: | :-: | :-: | :-: |
2022-09-21 09:19:52 -04:00
| | | [1] | [2] | 3 | 4 | 5 |
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
2022-09-21 09:19:52 -04:00
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 21 | 22 | 23 | 24 | 25 | | |
[asdf]: https://asdf-vm.com/#/
[haskell]: https://www.haskell.org
[1]: ./01
2022-09-21 09:19:52 -04:00
[2]: ./02