Files
test/main.go
2025-06-24 16:46:37 +08:00

7 lines
85 B
Go

package main
import "fmt"
func main() {
fmt.Printf("Hello World from Test!");
}