summaryrefslogtreecommitdiff
path: root/main.scm
blob: 9a9a391ad85b5268721352582b0a856b490e8738 (plain)
1
2
3
4
5
6
(cond-expand
  (chibi (import (world ui)
                 (scheme small)))
  (guile (import (world ui))))

(run (command-line))