Process and Resource Manager To compile: clang++ -std=c++11 -stdlib=libc++ src/*.cpp -o main To run: ./main To change IO file path: Open the "main.cpp" file. Modify the INPUT_FILE or OUTPUT_FILE strings on lines 8 and 9 to the new path.