Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 389 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 389 Bytes

Takeoff design problem project

This project is an implementation for the take-home task.

Usage

Tests

To run test use maven command: mvn clean test

Application

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