/go-stock-market

Simple stock market simulation completed with Go to specifications provided in a Codecademy project

Primary LanguageGo

go-stock-market

Simple stock market simulation completed by Benny Mattis to specifications provided in a Codecademy project.

How to Use

Compile and run as a golang program, then read the output to see how the simulated stocks changed.

Purpose

To demonstrate coding ability in Go with some of the language's special features including structs, loop iteration, and pointers.