package main import "fmt" func main() { for i := 0; i < 1; i++ { fmt.Println("Hello, 世界") } }