This commit is contained in:
e2hang
2025-10-08 22:52:16 +08:00
parent cc17efc436
commit 86cb321978
4 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main(){
fmt.Println("Hello World ohyeah")
}