# 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