diff --git a/hello-hacktoberfest.scm b/hello-hacktoberfest.scm new file mode 100644 index 0000000..0bd853f --- /dev/null +++ b/hello-hacktoberfest.scm @@ -0,0 +1 @@ +(display "Hello, Hacktoberfest 2k19!!") diff --git a/hello-world.lsp b/hello-world.lsp new file mode 100644 index 0000000..9cabc69 --- /dev/null +++ b/hello-world.lsp @@ -0,0 +1 @@ +(format t "Hello, Hacktoberfest2k19!")