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

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "aoc2020/days"
func main() {
days.Day16()
}