/gophercises_solutions

my solutions to the go exercises provided by jon calhoun

Primary LanguageGo

Gophercises Solutions

This repository contains my attemts at each of the Golang exercises from calhoun.io. Each directory represents its own exercises and contains a readme about the details of that exercise.

Sections

1: Command line quiz game

Running

Each directory is self contained and will contain all the .go files that are needed, and any additional helper files. Choose which one you want to run and use go build foo.go to build that file and then run ./foo to execute that binary.