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