This commit is contained in:
khs1994
2017-11-30 15:05:57 +08:00
parent a9359e51d3
commit 77aec42d49
8 changed files with 269 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main(){
fmt.Printf("Hello World!");
}