项目初始化

This commit is contained in:
2026-08-13 18:22:55 +08:00
commit a9bb127cf0
3 changed files with 11 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}