Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created June 22, 2017 15:38
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 infinite-Joy/859376e3d0716123c13802a5a82dd320 to your computer and use it in GitHub Desktop.
Save infinite-Joy/859376e3d0716123c13802a5a82dd320 to your computer and use it in GitHub Desktop.
(defn my_square
"This is my my_square function"
[x]
(* x x))
(my_square 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment