(display (< 1 2))
(display (random 1000))
(define (square a) (* a a))
(display (time (square 3)))

