piston/packages/go/1.16.2/test.go
2021-03-13 18:40:32 -05:00

7 lines
63 B
Go

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