diff --git a/Common Lisp/examples/common-lisp.lisp b/Common Lisp/examples/common-lisp.lisp new file mode 100644 index 0000000..32ac17a --- /dev/null +++ b/Common Lisp/examples/common-lisp.lisp @@ -0,0 +1 @@ +(print "Hello World") diff --git a/Common Lisp/info.json b/Common Lisp/info.json new file mode 100644 index 0000000..fe7a352 --- /dev/null +++ b/Common Lisp/info.json @@ -0,0 +1,6 @@ +{ + "creator": { + "title": "Rishi Chitnis", + "link": "https://github.com/thegreatsourcerer" + } + }