10 lines
74 B
Go
10 lines
74 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
for {
|
|
fmt.Printf("☃")
|
|
}
|
|
}
|