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/mundo.lali | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/other/mundo.lali (limited to 'test/other/mundo.lali') diff --git a/test/other/mundo.lali b/test/other/mundo.lali new file mode 100644 index 0000000..19756fe --- /dev/null +++ b/test/other/mundo.lali @@ -0,0 +1,4 @@ +(princ 'proc) +(princ (list a 'ola)) +(print "mundo") +(print '(ate breve)) -- cgit