Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 287 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 287 Bytes

mars-rover

This project can be run using SBT.

After cloning, cd into the project.

  1. To run the project with default input file (input.txt): sbt run
  2. To run the project with your own input file: sbt run {own_file}
  3. TO run the tests: sbt test

Let me know if you have any issues.