minio/main.go
2014-11-01 04:22:16 -04:00

7 lines
72 B
Go

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