Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CLOJURE

hello world in clojure

(ns clojure.examples.hello
   (:gen-class))
(defn hello-world []
   (println "Hello World"))
(hello-world)
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #world #clojure
ADD COMMENT
Topic
Name
9+3 =