package main import ( "fmt" "time" ) func main() { fmt.Println("hello, world") time.Sleep(10000 * time.Second) }