Then edit the src/foo/core.clj file with a mul function to find out the product of two numbers: (ns foo.core) (defn mul [x y] (* x y)) Compiling the Clojure ...
確定! 回上一頁