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
- Choose your programming language by setting the value of the
@ChosenImplementation
annotation on the given class totrue
. - Implement the missing method by returning a string of your group identifier ().
- Test your implementation by running
gradle test
. - Pack your exercise with
gradle packExercise0
and upload it to Moodle.