Advent of code 2020
Go to file
Xiretza 96ce02443c
day14: add haskell solution
2020-12-14 22:02:07 +01:00
common day14: add haskell solution 2020-12-14 22:02:07 +01:00
data day14: add haskell solution 2020-12-14 22:02:07 +01:00
day1 read problem inputs from stdin 2020-12-06 16:39:29 +01:00
day2 day2: add haskell solution 2020-12-13 18:38:30 +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
day10 day10: add haskell solution 2020-12-13 13:01:00 +01:00
day11 day11/python: optimizations 2020-12-13 18:32:24 +01:00
day13 day13: add haskell solution 2020-12-13 18:32:23 +01:00
day14 day14: add haskell solution 2020-12-14 22:02:07 +01:00
.gitignore test.sh: ignore all example* files 2020-12-13 18:32:23 +01:00
README.md day14: add haskell solution 2020-12-14 22:02:07 +01:00
test.sh test.sh: ignore all example* files 2020-12-13 18:32:23 +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 **
10 **
11 **
13 **
14 **

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