stagex/tests/go/main.go
2023-11-15 02:24:13 -08:00

7 lines
71 B
Go

package main
import "fmt"
func main() {
fmt.Println("Success")
}