(defn test [x y z] (->> [x y z] (sort) (drop 1) (map #(* % %)) (reduce +))) (println (test 2 1 4))
Standard input is empty
20
WARNING: test already refers to: #'clojure.core/test in namespace: user, being replaced by: #'user/test
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!