class SoftwareDev {
val name = "Xander Van der Weken"
val role = "Software Engineering Student"
val uni = "FH-Erfurt"
val languages = listOf("lux", "de", "en", "fr")
val interests = listOf("Backend", "AI", "Embedded")
fun sayHi() : Unit {
println("Thanks for stalking my Profile")
}
}
val me = SoftwareDev()
me.sayHi()
Popular repositories Loading
-
-
EKI_Invers_Vue
EKI_Invers_Vue PublicProjekt für Module "Einführung Künstliche Intelligent", welches das Spiel Invers darstellen soll
Kotlin
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.