Day 16...in Go this time!

This commit is contained in:
2020-12-16 11:44:22 -06:00
parent 1c32616861
commit 5bcbd60caa
5 changed files with 568 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module aoc2020
go 1.15