From 1c217ee6ac5aacd2f37b1d0e69a71ac94afd5acd Mon Sep 17 00:00:00 2001 From: Daniel Cerqueira Date: Wed, 28 May 2025 12:37:55 +0100 Subject: Init lali programming language. --- test/other/universal.lali | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/other/universal.lali (limited to 'test/other/universal.lali') diff --git a/test/other/universal.lali b/test/other/universal.lali new file mode 100644 index 0000000..6b38b19 --- /dev/null +++ b/test/other/universal.lali @@ -0,0 +1 @@ +(princ 'i) -- cgit