Started AOC 2020 - solved the first 4.5 days.

This commit is contained in:
Anna Rose Wiggins 2020-12-08 09:09:09 +00:00
parent bab5f879b0
commit 04f29cdb4d
9 changed files with 389 additions and 0 deletions

3
2020/go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.annabunch.es/annabunches/adventofcode/2020
go 1.15