From fbbc723d59f1c14ed25a5e82da130c1cb169c424 Mon Sep 17 00:00:00 2001 From: Soomin Lee Date: Mon, 16 Oct 2017 13:48:41 +0200 Subject: [PATCH] Add Hello world in lisp (closes #231) --- hello_world/hello_world.lisp | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello_world/hello_world.lisp 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")