2 lines
44 B
Text
2 lines
44 B
Text
|
|
(defn bool isEven (int x) (return (% x 2)))
|
|
|
(defn bool isEven (int x) (return (% x 2)))
|