Files
advent-of-code-go/2019/day25/part2/main.go
T
2020-09-06 20:12:08 -04:00

7 lines
92 B
Go

package main
func main() {
fmt.Println("There is no part2, the 50th star is the sun!")
}