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

10 lines
79 B
Go

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