7 lines
74 B
Racket
7 lines
74 B
Racket
#lang racket/base
|
|
|
|
(module+ the-sub
|
|
(provide out)
|
|
(define out 'out))
|
|
|