diff options
Diffstat (limited to 'clojure/hello-world/src')
-rw-r--r-- | clojure/hello-world/src/hello_world.clj | 4 |
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!") |