mirror of
https://github.com/PDP-10/its.git
synced 2026-05-27 15:19:23 +00:00
Hello world sample files for Maclisp.
This commit is contained in:
8
src/hello/hello.lisp
Normal file
8
src/hello/hello.lisp
Normal file
@@ -0,0 +1,8 @@
|
||||
;;; -*- lisp -*-
|
||||
|
||||
;; Hello world example for Maclisp. When this is compiled to HELLO
|
||||
;; FASL, the file HELLO LOADER will dump out an executable program.
|
||||
(defun hello ()
|
||||
(princ "Hello Maclisp!")
|
||||
(terpri)
|
||||
(quit))
|
||||
Reference in New Issue
Block a user