Import the Kotlin project from Dojo assignment

This commit is contained in:
Paul Hameteman 2025-10-14 20:42:45 +02:00
commit 98c91a107a
11 changed files with 245 additions and 22 deletions

View file

@ -7,7 +7,7 @@ plugins {
}
application {
mainClass.set("MainKt")
mainClass.set("RoverKt")
}
repositories {