Created
February 14, 2017 21:34
-
-
Save deque-blog/4a6ad6a1547ffae6ad6823ea1abadfdb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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