Skip to content

Instantly share code, notes, and snippets.

@monkeygroover
Created February 2, 2019 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monkeygroover/7643c12e58cfff485774b3bc132aea97 to your computer and use it in GitHub Desktop.
Save monkeygroover/7643c12e58cfff485774b3bc132aea97 to your computer and use it in GitHub Desktop.
advent_of_code 1.1
#!/usr/bin/env lein exec
(print (reduce + (map read-string (line-seq (java.io.BufferedReader. *in*)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment