This project is an implementation for the take-home task.
To run test use maven command: mvn clean test
Application is console based and assumed that it should be run directly form Intellij IDEA or artifact can be created.
Start class: src.main.java.takeoff.Main
Artifact create command: mvn package