From e5d8b759a48e03efb2eb2d6cdb3305f842717c92 Mon Sep 17 00:00:00 2001 From: Daniel Spiewak Date: Tue, 7 Jul 2009 12:15:39 +0800 Subject: [PATCH] No need for any of that craziness --- c/clojure.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/clojure.clj b/c/clojure.clj index 548a580a..b1cda22e 100644 --- a/c/clojure.clj +++ b/c/clojure.clj @@ -1 +1 @@ -(. (. java.lang.System out) (println "Hello World")) +(println "Hello, World")