A program simulating predefined mower movements in a rectangular surface according to the program specification
- Java 17
./mvnw clean install
java -jar api/target/api-1.0-SNAPSHOT-jar-with-dependencies.jar api/mowerProgram.input
Input file is called 'mowerProgram.input' located at api module root
Output file will be named 'mowerProgram.output' located at the same directory once program finishes its execution