advent-of-code/2020
2021-12-01 09:05:37 +01:00
..
data 2020 day8/haskell: add solution 2021-12-01 09:05:37 +01:00
day1 read problem inputs from stdin 2021-12-01 08:54:50 +01:00
day2 Revert "2020 day2/vhdl: workaround ghdl#1529" 2021-12-01 09:05:37 +01:00
day3 read problem inputs from stdin 2021-12-01 08:54:50 +01:00
day4 2020 day4/haskell: prettify 2021-12-01 09:05:37 +01:00
day5 haskell: simplify runAoC invocations 2021-12-01 08:54:50 +01:00
day6 2020 day6/haskell: add solution 2021-12-01 08:54:50 +01:00
day7 2020 day7/python: rename functions 2021-12-01 09:05:37 +01:00
day8 2020 day8/haskell: add solution 2021-12-01 09:05:37 +01:00
README.md 2020 day7/python: add solution 2021-12-01 09:05:37 +01:00

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.