first commit

This commit is contained in:
Jay 2018-01-22 00:27:00 +08:00
commit 9671dc7422
1 changed files with 5 additions and 0 deletions

5
main.go Normal file
View File

@ -0,0 +1,5 @@
package main
func main() {
println("Hello")
}