Merge pull request #462 from Jiasm/patch-1

Update go.go
This commit is contained in:
Mike Donaghy
2018-07-16 12:13:24 -05:00
committed by GitHub

View File

@@ -1,7 +1,5 @@
package main
import "fmt"
func main() {
fmt.Printf("Hello, 世界\n")
println("Hello, World")
}