export func main() { while true { println("Hello World") break } }