Day 23 in Go, just 'cause

Also resaved 23input.txt in code page 1252 to remove the UTF-8 BOM
This commit is contained in:
2020-12-23 22:41:03 -06:00
parent 633beedcc8
commit 0397fa2821
4 changed files with 140 additions and 6 deletions

View File

@ -4,4 +4,5 @@ import "aoc2020/days"
func main() {
days.Day16()
days.Day23()
}