stagex/tests/go/main.go

8 lines
71 B
Go
Raw Normal View History

2023-11-15 00:30:48 +00:00
package main
import "fmt"
func main() {
fmt.Println("Success")
}