piston/packages/go/1.20.1/test.go
2023-03-05 11:16:32 +01:00

7 lines
63 B
Go

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