Skip to content

Instantly share code, notes, and snippets.

@windmaomao
Last active September 19, 2020 13:25
Show Gist options
  • Save windmaomao/baf14684ab3786259731071a206ee2d4 to your computer and use it in GitHub Desktop.
Save windmaomao/baf14684ab3786259731071a206ee2d4 to your computer and use it in GitHub Desktop.
// aoc2015-d0-part1
fun part1(list: List<Model>) = list.
.map {}
...
.sum()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment