3 lines
58 B
Clojure
3 lines
58 B
Clojure
;; This is a comment
|
|
(defn foo []
|
|
123) ; also a comment
|
;; This is a comment
|
|
(defn foo []
|
|
123) ; also a comment
|