mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:51:14 +01:00
8 lines
72 B
Go
8 lines
72 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello World")
|
|
}
|