Hello world
authorindvdum (gotoindvdum[at]gmail[dot]com)
Wed, 30 May 2012 12:46:46 +0400
changeset 1dd142b249688
parent 0 45cd19004696
child 2 29c9cc7b2f9d
Hello world
hello.lisp
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hello.lisp	Wed May 30 12:46:46 2012 +0400
     1.3 @@ -0,0 +1,2 @@
     1.4 +(defun hello-world ()
     1.5 +  (format t "Hello, world!"))
     1.6 \ No newline at end of file