Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 320 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 320 Bytes

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