/lets-go

GoLang programs and concepts

Primary LanguageGo

lets-go

GoLang programs and concepts.

Setup

Install GO from their official site - Download Go

Steps

After downloading GO, create a new file with .go extension and write a basic hello world program. Post that, simply build and run.

Build

go build

Run

hello

Hello World