Immutable list

var programmingLanguages = listOf("C#", "Java", "Kotlin", "Ruby")
Comments