Guest User

Untitled

a guest
Sep 21st, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (ns clojure-noob.core
  2.   (:gen-class))
  3.  
  4. (defn -main
  5.   "I don't do a whole lot ... yet."
  6.   [& args]
  7.   (println "Wiggidy wham"))
  8.   (println "Whammidy whig!")
Advertisement
Add Comment
Please, Sign In to add comment