12344
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-24 23:41:01 +08:00
parent 50cd862586
commit c902a0a404
2 changed files with 0 additions and 10 deletions

3
go.md
View File

@ -1,3 +0,0 @@
module test
go 1.17

View File

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