mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 05:26:28 +02:00
7 lines
63 B
Go
7 lines
63 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("OK")
|
|
}
|