1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-03 10:26:26 +02:00
piston/packages/go/1.16.2/test.go
2021-03-15 08:14:17 +13:00

7 lines
63 B
Go

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