10 lines
129 B
Racket
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)
|