Skip to content

Instantly share code, notes, and snippets.

@rlorca
Created May 23, 2012 17:45
Show Gist options
  • Save rlorca/2776619 to your computer and use it in GitHub Desktop.
Save rlorca/2776619 to your computer and use it in GitHub Desktop.
bla.clj
(testing +
[1] [1] "single result is noop"
[1 2] [3] "two values are added"
[1 2 3] [6] "three values are added"
[] [0] "no values, zero")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment