;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -*- Mode: Lisp -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File - hello-world-solution.lisp
;; Description -
;; Author - Gail Anderson (ga at lostwithiel)
;; Created On - Fri Feb 25 17:28:09 2000
;; Last Modified On - Sun Jul 8 20:38:41 2001
;; Last Modified By - Gail Anderson (ga at lostwithiel)
;; Update Count - 4
;; Status - Unknown
;;
;; $Id: hello-world-solution.lisp,v 1.1 2003/01/09 02:11:34 colin Exp $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(in-package :solution-tests)
(defun hello-world ()
(format t "Hello World!~%"))