cover/tests/prog.rkt
2014-12-31 12:09:00 -06:00

10 lines
129 B
Racket

#lang racket
;; this is a comment
(+ 1 2)
(λ (x) 3)
(module+ test 20)
(λ (x) 3)
(module+ test 20)
(λ (x) 3)
(module+ test 20)