diff --git a/hello_world/hello_world.lisp b/hello_world/hello_world.lisp new file mode 100644 index 000000000..00e410c64 --- /dev/null +++ b/hello_world/hello_world.lisp @@ -0,0 +1 @@ +(write-line "Hello World")