/pitch

Primary LanguageGo

Pitch

Run:

$ cd bin
$ ./pitch-osx-amd64 < ../pitch-sample.txt 

Compile:

Download and install Go compiler from https://go.dev and then run this command:

$ go build main.go

For ease of running the program, I have built binaries for OSX, Linux and Windows operating systems and placed them in the bin folder.