From 1be8f91557b51c1e1a68e7d708f51876fa391d88 Mon Sep 17 00:00:00 2001 From: Rishi Chitnis Date: Fri, 21 Feb 2025 09:56:27 -0500 Subject: [PATCH 1/2] feat(add): Add Common Lisp --- Common Lisp/examples/common-lisp.lisp | 1 + 1 file changed, 1 insertion(+) create mode 100644 Common Lisp/examples/common-lisp.lisp diff --git a/Common Lisp/examples/common-lisp.lisp b/Common Lisp/examples/common-lisp.lisp new file mode 100644 index 00000000..32ac17a2 --- /dev/null +++ b/Common Lisp/examples/common-lisp.lisp @@ -0,0 +1 @@ +(print "Hello World") From 1746f9243361c0e449f00cc50f278026fdb97937 Mon Sep 17 00:00:00 2001 From: Rishi Chitnis Date: Fri, 21 Feb 2025 09:57:54 -0500 Subject: [PATCH 2/2] feat(add): Add Info file --- Common Lisp/info.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Common Lisp/info.json diff --git a/Common Lisp/info.json b/Common Lisp/info.json new file mode 100644 index 00000000..fe7a3526 --- /dev/null +++ b/Common Lisp/info.json @@ -0,0 +1,6 @@ +{ + "creator": { + "title": "Rishi Chitnis", + "link": "https://github.com/thegreatsourcerer" + } + }