Files
cpp-examples/golang/01-hello/hello.go
2016-05-16 10:15:04 +02:00

9 lines
78 B
Go

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