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