Skip to content

Instantly share code, notes, and snippets.

@windmaomao
Created September 19, 2020 13:22
Show Gist options
  • Save windmaomao/c3b0f16b4b680d392aead2a51b80e318 to your computer and use it in GitHub Desktop.
Save windmaomao/c3b0f16b4b680d392aead2a51b80e318 to your computer and use it in GitHub Desktop.
// aoc2015-day0-list.kt
fun extractModals(strs: List<String>) = strs
.map { Model(it) }
.toList()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment