mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
8 lines
72 B
Go
8 lines
72 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello World")
|
|
}
|