aoc2020/README.md

24 lines
686 B
Markdown
Raw Normal View History

2020-12-01 16:29:12 +01:00
# Solutions for Advent of Code 2020
https://adventofcode.com/2020/
2020-12-02 12:09:14 +01:00
## Overview
|day| python | haskell | VHDL |
|---|--------|---------|------|
| 1 | `**` | `**` | |
2020-12-13 18:38:02 +01:00
| 2 | `**` | `**` | `**` |
2020-12-04 10:12:53 +01:00
| 3 | `**` | `**` | |
2020-12-04 15:38:53 +01:00
| 4 | `**` | `**` | |
2020-12-05 11:24:59 +01:00
| 5 | | `**` | |
2020-12-06 07:38:48 +01:00
| 6 | | `**` | |
2020-12-10 19:21:53 +01:00
| 7 | `**` | | |
2020-12-10 19:22:16 +01:00
| 8 | | `**` | |
2020-12-10 19:23:22 +01:00
| 9 | | `**` | |
2020-12-13 13:01:00 +01:00
|10 | | `**` | |
2020-12-11 21:16:53 +01:00
|11 | `**` | | |
2020-12-13 18:13:19 +01:00
|13 | | `**` | |
2020-12-14 22:00:42 +01:00
|14 | | `**` | |
2020-12-06 16:38:55 +01:00
`test.sh` can be used to run all solutions and automatically compares them to (my) puzzle inputs and the expected outputs.