summaryrefslogtreecommitdiff
path: root/boot.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-04-10 08:55:50 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-04-10 08:55:50 -0400
commit2c5b19226815a406c60cc1a49c59864922364c55 (patch)
tree29348c110eb8cac36adfe20abfcfe3042e06c4d4 /boot.scm
parent781ab757856f95b3dd8c2ad573589912d8093464 (diff)
Add project skeleton and import engine code.
Diffstat (limited to 'boot.scm')
-rw-r--r--boot.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot.scm b/boot.scm
new file mode 100644
index 0000000..cdea8d6
--- /dev/null
+++ b/boot.scm
@@ -0,0 +1,3 @@
+(use-modules (lisparuga))
+
+(launch-lisparuga)