DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
8+4 =
Submit