aoc2020/README.md

35 lines
1.0 KiB
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-18 13:37:54 +01:00
|12 | | | |
2020-12-13 18:13:19 +01:00
|13 | | `**` | |
2020-12-14 22:00:42 +01:00
|14 | | `**` | |
2020-12-15 11:27:54 +01:00
|15 | `**` | | |
2020-12-16 09:46:22 +01:00
|16 | | `**` | |
2020-12-19 13:13:13 +01:00
|17 | | `**` | |
2020-12-18 13:37:54 +01:00
|18 | | `**` | |
2020-12-19 13:11:23 +01:00
|19 | | `**` | |
2020-12-24 15:06:30 +01:00
|20 | | | |
|21 | | | |
|22 | | | |
|23 | | | |
|24 | | `**` | |
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.