Skip to content

Instantly share code, notes, and snippets.

@fogus
Created June 28, 2010 16:19
Show Gist options
  • Save fogus/456043 to your computer and use it in GitHub Desktop.
Save fogus/456043 to your computer and use it in GitHub Desktop.
(sqr 5)
;=> 25
(sqr -5)
;=> 25
(sqr 0)
; java.lang.AssertionError: Assert failed: (not (zero? n))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment