1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-04 19:06:27 +02:00
piston/tests/test.go

7 lines
68 B
Go

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