init
This commit is contained in:
commit
f7443bbab9
30 changed files with 271 additions and 0 deletions
7
hello/helloworld.go
Normal file
7
hello/helloworld.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("hello 世界")
|
||||
}
|
Reference in a new issue