wide/data/user_workspaces/admin/src/mytest/hello/main.go

10 lines
79 B
Go
Raw Normal View History

2014-09-17 12:27:45 +04:00
package main
import (
"fmt"
)
func main() {
2014-09-18 06:10:51 +04:00
fmt.Println("Hello, 世界")
2014-09-17 12:27:45 +04:00
}