;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -*- Mode: Lisp -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File - add2-solution.lisp
;; Description -
;; Author - Gail Anderson (ga at lostwithiel)
;; Created On - Fri Feb 25 17:28:09 2000
;; Last Modified On - Mon Jul 9 09:02:59 2001
;; Last Modified By - Gail Anderson (ga at lostwithiel)
;; Update Count - 2
;; Status - Unknown
;;
;; $Id: add2-solution.lisp,v 1.1 2003/01/09 02:11:34 colin Exp $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;; This is a template for assessed exercise 1 for the MSc module on
(in-package :solution-tests)
(defun add2 (num)
(+ 2 num))