summary refs log tree commit diff stats
path: root/clojure/hello-world/src/hello_world.clj
diff options
context:
space:
mode:
Diffstat (limited to 'clojure/hello-world/src/hello_world.clj')
-rw-r--r--clojure/hello-world/src/hello_world.clj4
1 files changed, 4 insertions, 0 deletions
diff --git a/clojure/hello-world/src/hello_world.clj b/clojure/hello-world/src/hello_world.clj
new file mode 100644
index 0000000..b81d18f
--- /dev/null
+++ b/clojure/hello-world/src/hello_world.clj
@@ -0,0 +1,4 @@
+(ns hello-world)
+
+(defn hello []
+  "Hello, World!")