mod2.scm added by chespinoza on Sun Sep 1 04:46:05 2019

(module mod2 (my)
    (import scheme)
    (define my "Hey")
)