mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
7 lines
72 B
Go
7 lines
72 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello World")
|
|
}
|