/l/Lisp.lsp
http://github.com/leachim6/hello-world · Lisp · 6 lines · 4 code · 1 blank · 1 comment · 0 complexity · 74e448e36bf408791878928090ff425c MD5 · raw file
- ; LISP
- (DEFUN hello ()
- (PRINT (LIST 'HELLO 'WORLD))
- )
- (hello)
http://github.com/leachim6/hello-world · Lisp · 6 lines · 4 code · 1 blank · 1 comment · 0 complexity · 74e448e36bf408791878928090ff425c MD5 · raw file
- ; LISP
- (DEFUN hello ()
- (PRINT (LIST 'HELLO 'WORLD))
- )
- (hello)