Skip to content

Instantly share code, notes, and snippets.

@seoft
Created February 18, 2020 14:42
Show Gist options
  • Save seoft/e43c658f78c7b20d837fde39410e13f9 to your computer and use it in GitHub Desktop.
Save seoft/e43c658f78c7b20d837fde39410e13f9 to your computer and use it in GitHub Desktop.
val list1 = listOf<Int>(1, 2, 3)
val list2 = listOf<Int>(7, 8, 9)
val resultList1 = list1 + 4 + 5 + 6 + list2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment