package main

import "fmt"

func main() {
    while(true)
        fmt.Println("Hello, World!")

}