commit 68b89feae539f60736652f911d6bb43f67cbf86d Author: Sloane Perrault Date: Wed Sep 21 09:19:52 2022 -0400 docs: init diff --git a/2020/.tool-versions b/2020/.tool-versions new file mode 100644 index 0000000..f632894 --- /dev/null +++ b/2020/.tool-versions @@ -0,0 +1 @@ +haskell 8.10.2 diff --git a/2020/01/README.md b/2020/01/README.md new file mode 100644 index 0000000..90e94af --- /dev/null +++ b/2020/01/README.md @@ -0,0 +1 @@ +# Day 1 diff --git a/2020/README.md b/2020/README.md new file mode 100644 index 0000000..43c5606 --- /dev/null +++ b/2020/README.md @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..c6f7581 --- /dev/null +++ b/README.md @@ -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