3 lines
42 B
Scheme
3 lines
42 B
Scheme
#lang scheme/base
|
|
(define a 5)
|
|
(provide a) |
#lang scheme/base
|
|
(define a 5)
|
|
(provide a) |