Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Update hello.clj
Browse files Browse the repository at this point in the history
add namespace and define main function to be executed
  • Loading branch information
ampersanda committed Oct 13, 2018
1 parent 1ddb493 commit e7fbde3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Clojure/hello.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(defn hello-world []
(ns hacktoberfest.hello)

(defn -main []
(println "Hello World"))
(hello-world)

0 comments on commit e7fbde3

Please sign in to comment.