6 строки
64 Б
Go
6 строки
64 Б
Go
|
|
package main
|
|
|
|
func main() {
|
|
println("Hello world from Go!")
|
|
}
|