Geek Trust Program Challenges
Minimum Tools Requirement. Jdk 1.8 maven 2
For execution of any problem , I have used exec-maven-plugin . One can easily exec a program using 'mvn exec:java' command or use different test cases.
Change the main class name value in pom.xml to excute problem2 in.geektrust.lengaburu.traffic.App
To test try mvn -Dtest=TestSimulator test or mvn -Dtest=TestSimulator2 test or mvn -Dtest=TestTieSimulator