修改-增加配置文件

This commit is contained in:
2025-06-24 16:46:37 +08:00
parent 0ea1fec3e1
commit 3260812b23
5 changed files with 10 additions and 54 deletions

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("Hello World from Test!");
}