1
0
Fork 0
Browse Source

add 'hello' function (for quick test after loading package).

This is so I can make sure I know ritherdon-rest.lisp can/is loaded
correctly -- via Quicklisp or ASDF -- and is ready to start adding the
actual code.
unstable
Craig Oates 3 years ago
parent
commit
05b876bea7
  1. 3
      src/ritherdon-rest.lisp

3
src/ritherdon-rest.lisp

@ -2,4 +2,5 @@
(in-package #:ritherdon-rest)
(print "The system is up and running.")
(defun hello ()
(print "The system is up and running."))