Skip to content

Commit

Permalink
Implementing volume. EOM
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisher committed Apr 12, 2012
1 parent a710e7e commit 76d831c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ft3/product-currying/src/product_currying/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
;; println "The area of the 3x4 rectangle is ${area(3, 4)}"
;; println "The length of the 6 line is ${lengthPA(6)}"
;; println "The length of the 6 line via curried function is ${lengthC(6)}"
(defn volume [h w l]
(* h w l))

0 comments on commit 76d831c

Please sign in to comment.