初始化Go学习项目
This commit is contained in:
7
hello-go/main.go
Normal file
7
hello-go/main.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, Go from Linux Mint!")
|
||||
}
|
||||
Reference in New Issue
Block a user