Skip to content

Instantly share code, notes, and snippets.

@phoenix24
Created November 23, 2011 17:43
Show Gist options
  • Save phoenix24/1389335 to your computer and use it in GitHub Desktop.
Save phoenix24/1389335 to your computer and use it in GitHub Desktop.
Clojure Hello World.
# no more repl now - hello world clojure
$ cat hello-world.clj
(println "Hello, World")
$ java -cp clojure.jar clojure.main hello-world.clj
Hello, World
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment