From 35f83b77e5c31ee34d15ca75bb6ff216b11488a1 Mon Sep 17 00:00:00 2001 From: tepanda <3273767+tepanda@users.noreply.github.com> Date: Sun, 1 Oct 2017 19:12:21 +0300 Subject: [PATCH] Hello World in Lisp --- hello_world.lisp | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello_world.lisp 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!")