Skip to content

Instantly share code, notes, and snippets.

@chbatey
Created April 4, 2013 12:31
Show Gist options
  • Save chbatey/5309993 to your computer and use it in GitHub Desktop.
Save chbatey/5309993 to your computer and use it in GitHub Desktop.
Clojure hello world
(ns oobook-lein.core)
(defn hello-world []
(println "Hello world"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment