Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 270 Bytes

File metadata and controls

26 lines (16 loc) · 270 Bytes

GoCodingPoint

Go Programming constructs

Prerequisites

  1. Ensure that go is installed
brew update
brew install go

2.git clone this repository

git clone https://github.com/bhagvank/GoCodingPoint.git

  1. Run Helloworld
go run main.go