Skip to content

Instantly share code, notes, and snippets.

@bttf
Created April 11, 2013 00:49
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 bttf/776f7389cd96b4743dd7 to your computer and use it in GitHub Desktop.
Save bttf/776f7389cd96b4743dd7 to your computer and use it in GitHub Desktop.
clj
1 (ns testing-clj.core
2 (:gen-class))
3
4 (defn hello
5 []
6 (print (str "hello and " (hi))))
7
8 (defn- hi
9 []
10 (str "hi ass"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment