编辑代码

(ns clojure.examples.hello
(:gen-class))https://www.starpool.cn

(defn hello-world [username]
(println (format "Hello, %s" username)))

(hello-world "HELLO JSRUN     - from clojure")