mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-06-07 20:53:30 +02:00
7 lines
92 B
Go
7 lines
92 B
Go
package main
|
|
|
|
func main() {
|
|
fmt.Println("There is no part2, the 50th star is the sun!")
|
|
}
|
|
|