/g/go.go
http://github.com/AdamHarte/hello-world · Go · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · ab6b006380d5ce96ed12f0f6848c6ccb MD5 · raw file
- package main
- import "fmt"
- func main() {
- fmt.Printf("Hello, 世界\n")
- }
http://github.com/AdamHarte/hello-world · Go · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · ab6b006380d5ce96ed12f0f6848c6ccb MD5 · raw file
- package main
- import "fmt"
- func main() {
- fmt.Printf("Hello, 世界\n")
- }