summary refs log tree commit diff stats
path: root/boudin.sld
blob: 8129659d1528b3b20e46149dac4e9174dd2a1ea9 (plain)
1
2
3
4
5
6
7
(define-library (boudin)
  (import (scheme base)
          (scheme repl)
          (boudin schmaltz))
  (export hello)
  (begin
    (define hello "Hi")))