ch1: rename hello

This commit is contained in:
Alan Donovan
2015-06-16 13:04:43 -04:00
parent 58b4147ee5
commit 49db6169b1
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}