Skip to content

Instantly share code, notes, and snippets.

@windmaomao
Last active September 18, 2020 17:35
Show Gist options
  • Save windmaomao/55d1848f9c3c3e58614092f820b23560 to your computer and use it in GitHub Desktop.
Save windmaomao/55d1848f9c3c3e58614092f820b23560 to your computer and use it in GitHub Desktop.
Day 1: Not Quite Lisp, Part 1
// Aoc 2015 Day 1, Not Quite Lisp, Part 1
fun part1(ops: List<Int>) = ops.sum()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment