Created
November 23, 2011 17:43
-
-
Save phoenix24/1389335 to your computer and use it in GitHub Desktop.
Clojure Hello World.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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