Advent of code 2020
Go to file
Xiretza 6f526a5cc3
day9: add haskell solution
2020-12-10 19:23:22 +01:00
common haskell: remove unused import 2020-12-10 16:32:25 +01:00
data day9: add haskell solution 2020-12-10 19:23:22 +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
day8 day8: add haskell solution 2020-12-10 16:32:50 +01:00
day9 day9: add haskell solution 2020-12-10 19:23:22 +01:00
README.md day9: add haskell solution 2020-12-10 19:23:22 +01:00
test.sh test.sh: skip hidden files and example.txt 2020-12-10 19:20:56 +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 **
7 **
8 **
9 **

test.sh can be used to run all solutions and automatically compares them to (my) puzzle inputs and the expected outputs.