Toy programs written while learning Go.
Programs are mostly the same from freeCodeCamp.org's Youtube video and Go by example with comments and experimentation notes by and for myself.
- Clone this Git repository.
git clone https://github.com/aravindhsampath/learngo.git
- Run the specific program using the Go run time.
cd learngo
go run 01_hello.go