8 lines
67 B
Go
8 lines
67 B
Go
package main
|
|
|
|
import "aoc2020/days"
|
|
|
|
func main() {
|
|
days.Day16()
|
|
}
|