/g/go.go

http://github.com/AdamHarte/hello-world · Go · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · ab6b006380d5ce96ed12f0f6848c6ccb MD5 · raw file

  1. package main
  2. import "fmt"
  3. func main() {
  4. fmt.Printf("Hello, 世界\n")
  5. }