advent-of-code/2020
2021-11-30 17:06:48 +01:00
..
common haskell: remove unused import 2021-11-30 17:06:48 +01:00
data day8: add haskell solution 2021-11-30 17:06:48 +01:00
day1 read problem inputs from stdin 2020-12-06 16:39:29 +01:00
day2 Revert "day2/vhdl: workaround ghdl#1529" 2021-11-30 17:06:48 +01:00
day3 read problem inputs from stdin 2020-12-06 16:39:29 +01:00
day4 day4/haskell: prettify 2021-11-30 17:06:48 +01:00
day5 haskell: simplify runAoC invocations 2020-12-06 07:38:27 +01:00
day6 day6: add haskell solution 2020-12-06 07:38:48 +01:00
day7 day7/python: rename functions 2021-11-30 17:06:48 +01:00
day8 day8: add haskell solution 2021-11-30 17:06:48 +01:00
README.md day7: add python solution 2021-11-30 17:06:48 +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.