Skip to content

Instantly share code, notes, and snippets.

@practicalli-johnny
Created February 12, 2012 23:27
Show Gist options
  • Save practicalli-johnny/1811791 to your computer and use it in GitHub Desktop.
Save practicalli-johnny/1811791 to your computer and use it in GitHub Desktop.
HelloWorld in Clojure
(def hello-world [name]
(println (str "Hello " name ", welcome to the world of Clojure")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment