piston/lxc/tests/test.go

8 lines
68 B
Go

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