Advertisement
Guest User

Untitled

a guest
Feb 5th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (ns foo.core
  2.   (:gen-class))
  3.  
  4. (defn -main
  5.   "I don't do a whole lot ... yet."
  6.   [& args]
  7.   (say-foo))
  8.  
  9. (defn say-foo []  println "foo")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement