2 lines
55 B
Clojure
2 lines
55 B
Clojure
(ns helloworld)
|
|
(defn hello [x] (str "Hello, " x "!"))
|
(ns helloworld)
|
|
(defn hello [x] (str "Hello, " x "!"))
|