diff --git a/src/ritherdon-rest.lisp b/src/ritherdon-rest.lisp index 33ac6b8..bf1e3d9 100644 --- a/src/ritherdon-rest.lisp +++ b/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."))