piston/packages/go/1.20.3/test.go
2023-04-07 10:06:51 +02:00

7 lines
No EOL
62 B
Go

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