CSCI 144 project demostrating threads
Running Enviroment: Ubuntu 18.04.1 LTS on Windows 10 x86_64 This is the Ubuntu from the Microsoft Store running on Windows Subsystem for Linux
Compiler: g++ with c++11
How to Run: type make to compile, and to run ./a.out filename.txt (./a.exe filename for cygwin i think) Makefile just runs g++ main.cc -g -std=c++11 -lpthread