A Hello World Program in Golang

This is a hello world program written in golang to try my hands on the language for the first time.

Prerequisites

Install Go to run this program. It should be in the official repositories of your OS or download from the download page

Run the program

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

Built With

Share this project:

Updates