Code Review

Compare your solutions

    #| BEGIN (Введите свое решение) |#
(define (quad x)
  (* x x))
(define ())
#| END |#