mirror of
https://github.com/golang/go
synced 2024-11-05 20:36:10 -07:00
d528f52d87
Fixes #3241. R=golang-dev, r CC=golang-dev https://golang.org/cl/5835043
8 lines
74 B
Go
8 lines
74 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello, 世界")
|
|
}
|