gobuch/hello-world/go/main.go
2020-08-21 06:26:40 +02:00

8 lines
74 B
Go

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