Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 578 Bytes

File metadata and controls

15 lines (11 loc) · 578 Bytes

Exercise 0

You will find the relevant files at:

  • for Java: ./src/main/java/exercise0/
  • for Kotlin: ./src/main/kotlin/exercise0/

Relevant files / classes:

  • DummyExerciseJava.java / DummyExerciseKotlin.kt

Your tasks

  1. Choose your programming language by setting the value of the @ChosenImplementation annotation on the given class to true.
  2. Implement the missing method by returning a string of your group identifier ().
  3. Test your implementation by running gradle test.
  4. Pack your exercise with gradle packExercise0 and upload it to Moodle.