(define-library (hello world) (import (scheme base) (scheme write)) (export hello-world) (include "world.scm"))