7 lines
88 B
Racket
7 lines
88 B
Racket
#lang typed/scheme
|
|
|
|
(require typed/test-engine/scheme-tests)
|
|
(check-expect 3 4)
|
|
|
|
(test)
|