/go-hello-world

Example of hello world in Go or Goland language

Primary LanguageGo

Example of hello world in Go or Golang language

Make sure you have the Go language installed.

Run de example

$ go run test.go

It should print us in the console

Hello World!