Няма описание

hello-world.go 79B

    package main import ( "fmt" ) func main() { fmt.Println("Hello, World!") }