- Author: Jorge Feldmann
- Purpose: load cargos and trucks data (.csv files), pick the closest truck for each cargo, and output in the stdout.
- Start virutal env
make env
- Install dependencies
make install
- Load default CSVs from
input
folder, with default options
make run
- For more details about the solution and options to run, please check how-it-works.