Files
hello-world/go.go
Robert Peters 7f878aa890 Revert "github generated gh-pages branch"
This reverts commit 97e0e510b5.
2011-03-13 20:36:14 +01:00

8 lines
76 B
Go

package main
import "fmt"
func main() {
fmt.Printf("Hello, 世界\n")
}