piston/tests/test.go

7 lines
68 B
Go

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