Skip to content

Instantly share code, notes, and snippets.

@johnsonlee
Created December 9, 2022 10:38
Show Gist options
  • Select an option

  • Save johnsonlee/4921a64104e50bc67668a89e9aa180a6 to your computer and use it in GitHub Desktop.

Select an option

Save johnsonlee/4921a64104e50bc67668a89e9aa180a6 to your computer and use it in GitHub Desktop.
listOf("a", "b").forEach {
println(it)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment