aoc2020/README.md

24 lines
686 B
Markdown

# Solutions for Advent of Code 2020
https://adventofcode.com/2020/
## Overview
|day| python | haskell | VHDL |
|---|--------|---------|------|
| 1 | `**` | `**` | |
| 2 | `**` | `**` | `**` |
| 3 | `**` | `**` | |
| 4 | `**` | `**` | |
| 5 | | `**` | |
| 6 | | `**` | |
| 7 | `**` | | |
| 8 | | `**` | |
| 9 | | `**` | |
|10 | | `**` | |
|11 | `**` | | |
|13 | | `**` | |
|14 | | `**` | |
`test.sh` can be used to run all solutions and automatically compares them to (my) puzzle inputs and the expected outputs.