Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 409 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 409 Bytes

Getting Started

Robot challenge. This solution addresses the given challenge https://github.com/ioof-holdings/recruitment/wiki/Robot-Challenge.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources and tests
  • lib: the folder to maintain dependencies

Java environment

This program uses jdk 8 and above. For tests use JUnit 4 or above.