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}.")
}
Pinned Loading
-
Manosaba-Title-Screen
Manosaba-Title-Screen PublicManosaba Title Screen for Minecraft fabric 1.21.4
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.


