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