class Developer(val name: String, val languages: List<String>, val favorite: String, val github: String)
fun main() {
val introduction = Developer(
name = "Elaina",
languages = listOf("Kotlin", "JavaScript", "Rust", "Java", "Vue.js", "C++"),
favorite = "Kotlin",
github = "@Shiiyuko"
)
println("Hello, my name is ${introduction.name}.")
println("I am skilled in the following languages: ${introduction.languages.joinToString(", ")}.")
println("My favorite language is ${introduction.favorite}.")
println("You can find me on GitHub: ${introduction.github}.")
}
Popular repositories Loading
-
-
-
-
-
NoCheatPlus
NoCheatPlus PublicForked from Physical-Science-Academy/NoCheatPlus
Anti-Cheat plugin for Minecraft (Nukkit/PM1E/powerNukkit(X))
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.