mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
8 lines
72 B
Go
8 lines
72 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello World")
|
|
}
|