AutoScout24_Assignment

Coding Challenge: AutoScout24 Listing Report

How to run the code ?

  1. You can run the code from the main method in class Main (Go to /src/com/company/Main.java).
  2. The program will ask you to enter listings.csv and contacts.csv files absolute paths.
  3. The program will display the required reports.

How to run the tests ?

  1. You can run the tests from MainTest class (Go to /src/com/company/MainTest.java).