package main import "fmt" func main() { for { fmt.Printf("☃") } }