This project can be run using SBT.
After cloning, cd into the project.
- To run the project with default input file (input.txt): sbt run
- To run the project with your own input file: sbt run {own_file}
- TO run the tests: sbt test
Let me know if you have any issues.