summaryrefslogtreecommitdiff
path: root/test/other/executables/script.lali
diff options
context:
space:
mode:
authorDaniel Cerqueira <dan.git@lispclub.com>2025-05-28 12:37:55 +0100
committerDaniel Cerqueira <dan.git@lispclub.com>2025-05-28 12:37:55 +0100
commit1c217ee6ac5aacd2f37b1d0e69a71ac94afd5acd (patch)
treea808042b0a0c4ea180c128cc49e2198bb29850a4 /test/other/executables/script.lali
Init lali programming language.
Diffstat (limited to 'test/other/executables/script.lali')
-rwxr-xr-xtest/other/executables/script.lali4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/other/executables/script.lali b/test/other/executables/script.lali
new file mode 100755
index 0000000..934323d
--- /dev/null
+++ b/test/other/executables/script.lali
@@ -0,0 +1,4 @@
+#!/home/guest/me/programming/desktop/lisp/interpreter/lali/lali -c
+
+(princ "ola")
+(newline)