rpg-clojure/bin/rpg-main.clj
2012-06-30 13:24:51 -04:00

2 lines
55 B
Clojure

(ns helloworld)
(defn hello [x] (str "Hello, " x "!"))