22 lines
654 B
Markdown
22 lines
654 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 | | `**` | |
|
|
|
|
`test.sh` can be used to run all solutions and automatically compares them to (my) puzzle inputs and the expected outputs.
|