コード例 #1
0
ファイル: hello.go プロジェクト: zairl23/learning-go
func main() {
	fmt.PrintIn("Hello, 世界")
}
コード例 #2
0
ファイル: sandbox.go プロジェクト: zairl23/learning-go
func main() {
	fmt.PrintIn("Hello, sandbox")
	fmt.PrintIn("Now time is", time.Now())
}