@@ -0,0 +1,3 @@
module gitea.ww3.tw/skimrme/go_test
go 1.22.12
@@ -0,0 +1,12 @@
// 测试打印 Hello World
package main
import "fmt"
func main() {
fmt.Printf("\nHello World\n") // 划重点print的p要大写
}
The note is not visible to the blocked user.