Code Review

Compare your solutions

    #| This exercise has no tests.
( / (+ 5
       4
       (- 2
          (- 3
             ( + 6
                 (/ 4 5)
                 )
             )
          )
       )
    (* 3
       (- 6 2)
       (- 2 7)
       )
    )
Any solution is a right answer. |#