Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created February 14, 2017 21:34
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 deque-blog/4a6ad6a1547ffae6ad6823ea1abadfdb to your computer and use it in GitHub Desktop.
Save deque-blog/4a6ad6a1547ffae6ad6823ea1abadfdb to your computer and use it in GitHub Desktop.
(defn ptvkegely [c j m n t u y] (+ -64 m c t y n j u))
=> #'user/ptvkegely
(ptvkegely 1 2 3 4 5 6 7)
=> -36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment