classDeveloper(valname:String, vallanguages:List<String>, valfavorite:String, valgithub:String)
funmain() {
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.
Uh oh!
There was an error while loading. Please reload this page.


