sample_csv_reader
Sample csv reader that reads a csv and converts each row into a struct and then adds the struct to an array. Once the array is created, you can perform actions on that array as in the the example function: highest_salary.
to run: ./read_csv ./read_csv test.csv 1