Pass 1 of 2 different command lines from inside the root directory of this project
go run ./cmd/main.go checker
executes thefile checker
function that checks multiple csv files for duplicate codesgo run ./cmd/main.go compressor
executes thefile compressor
function that compresses a csv file & logs the before & after sizes of the files