mirror of
https://github.com/pgsty/minio.git
synced 2026-03-16 01:26:03 +01:00
8 lines
72 B
Go
8 lines
72 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello World")
|
|
}
|