Skip to content

Instantly share code, notes, and snippets.

@gyugyu90
Created April 26, 2020 14:56
Show Gist options
  • Save gyugyu90/74aca88b4ddc29dde5c5d4ac947df8b4 to your computer and use it in GitHub Desktop.
Save gyugyu90/74aca88b4ddc29dde5c5d4ac947df8b4 to your computer and use it in GitHub Desktop.
fun main() {
val items = listOf("apple", "banana", "kiwifruit")
for (item in items) {
println(item)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment