Advent of code 2020
Go to file
Xiretza ebf0723b48
day7/python: rename functions
2020-12-07 07:20:34 +01:00
common haskell: don't force concatenation in splitOnEmptyLines 2020-12-06 07:38:26 +01:00
data day7: add python solution 2020-12-07 07:15:44 +01:00
day1 read problem inputs from stdin 2020-12-06 16:39:29 +01:00
day2 Revert "day2/vhdl: workaround ghdl#1529" 2020-12-06 16:48:03 +01:00
day3 read problem inputs from stdin 2020-12-06 16:39:29 +01:00
day4 day4/haskell: prettify 2020-12-06 18:52:15 +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 2020-12-07 07:20:34 +01:00
README.md day7: add python solution 2020-12-07 07:15:44 +01:00
test.sh add test script and data 2020-12-06 16:39:41 +01:00

README.md

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.