mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-17 17:57:34 +02:00
8 lines
111 B
Scheme
8 lines
111 B
Scheme
(define-library (1) ; (srfi 1)
|
|
(import (scheme base))
|
|
(export
|
|
iota
|
|
)
|
|
(include "1.scm")
|
|
(begin)
|
|
)
|