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