7 lines
101 B
Clojure
7 lines
101 B
Clojure
(ns the-great-game.core)
|
|
|
|
(defn foo
|
|
"I don't do a whole lot."
|
|
[x]
|
|
(println x "Hello, World!"))
|