diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-01-16 01:13:39 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-01-18 22:48:57 +0100 |
commit | eb0d091771fa39dcb2a5b4793a1c10abcec0dc5e (patch) | |
tree | 658d5e56eba8c64d724653f2c1bef2c5416a136d /main.scm | |
parent | 13c0512b2644d3b0292fe505cc62dc035932d0e2 (diff) |
world: organize and layout guile too
Diffstat (limited to 'main.scm')
-rw-r--r-- | main.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/main.scm b/main.scm new file mode 100644 index 0000000..9a9a391 --- /dev/null +++ b/main.scm @@ -0,0 +1,6 @@ +(cond-expand + (chibi (import (world ui) + (scheme small))) + (guile (import (world ui)))) + +(run (command-line)) |