From f5da5056e77ac4ff75d1c93c74143dabfeb5fa1c Mon Sep 17 00:00:00 2001 From: Rishi Chitnis Date: Wed, 19 Feb 2025 12:56:54 -0500 Subject: [PATCH] feat: Add CLisp to the collection --- CLISP/examples/Clisp.lisp | 1 + 1 file changed, 1 insertion(+) create mode 100644 CLISP/examples/Clisp.lisp diff --git a/CLISP/examples/Clisp.lisp b/CLISP/examples/Clisp.lisp new file mode 100644 index 0000000..00e410c --- /dev/null +++ b/CLISP/examples/Clisp.lisp @@ -0,0 +1 @@ +(write-line "Hello World")