Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 410 Bytes

File metadata and controls

13 lines (9 loc) · 410 Bytes

Backend week 3 assignment

Full instructions for the assignment can be found in the learning platform: https://hub.hackyourfuture.nl/backend-week-3-assignment

Implementation Instructions

Task 1

Implement your classes and enums in the task-1 folder.

Task 2

Implement your code and tests in the task-2 folder.

  • Install the dependencies with mvn install
  • Run the tests with mvn test.