This is a hello world program written in golang to try my hands on the language for the first time.
Install Go to run this program. It should be in the official repositories of your OS or download from the download page
To run the program, clone the repo and change to the directory
$ git clone https://github.com/aneeshsharma/HelloGolang
$ cd HelloGolang
Then run the program hello.go with -
$ go run hello.go