Ad
  • Custom User Avatar

    Hey, I fixed the Clojure version now.

    Added these test cases to confirm:

    (deftest test-subtraction2
      (is (= (sol/calc "81-16+26-6255-57") -6221.0)))
    
    (deftest test-subtraction3
      (is (= (sol/calc "-1-2-3") -6.0)))