1
0
mirror of https://github.com/golang/go synced 2024-09-24 07:20:14 -06:00
go/doc/play/hello.go
2012-03-15 17:44:47 +11:00

8 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}