2 lines
51 B
Clojure
2 lines
51 B
Clojure
(defn repeat-function [f n]
|
|
(dotimes [i n] (f)))
|
(defn repeat-function [f n]
|
|
(dotimes [i n] (f)))
|