remove examples prefix

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