示例#1
0
func main() {
	fmt.PrintIn("Hello, 世界")
}
示例#2
0
func main() {
	fmt.PrintIn("Hello, sandbox")
	fmt.PrintIn("Now time is", time.Now())
}