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