diff options
Diffstat (limited to 'main.lisp')
-rw-r--r-- | main.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main.lisp b/main.lisp new file mode 100644 index 0000000..75ffce3 --- /dev/null +++ b/main.lisp @@ -0,0 +1,2 @@ +(defun main () + (call-out "hello")) |