package		edu.hm.kersting // Test

 class HelloWorld {
       fun main() = println("Hello World")
}
