diff --git a/hello_world.lisp b/hello_world.lisp new file mode 100644 index 0000000..7a8ecc8 --- /dev/null +++ b/hello_world.lisp @@ -0,0 +1 @@ +(print "Hello, world!")