docs: init
This commit is contained in:
commit
68b89feae5
4 changed files with 31 additions and 0 deletions
1
2020/.tool-versions
Normal file
1
2020/.tool-versions
Normal file
|
@ -0,0 +1 @@
|
|||
haskell 8.10.2
|
1
2020/01/README.md
Normal file
1
2020/01/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Day 1
|
24
2020/README.md
Normal file
24
2020/README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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
|
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# [Advent of Code]
|
||||
|
||||
> Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
|
||||
|
||||
[advent of code]: https://adventofcode.com/about
|
Loading…
Reference in a new issue