piston/packages/go/1.20.3/test.go
2023-04-06 19:46:18 +02:00

7 lines
No EOL
62 B
Go

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