;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -*- Mode: Lisp -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File - data.lisp
;; Description - Sample Data for Exercises manager
;; Author - Gail Anderson (ga at trebarwith)
;; Created On - Thu May 31 13:33:11 2001
;;
;; $Id: data.lisp,v 1.2 2003/01/23 09:04:20 colin Exp $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(in-package :cl-user)
(defex "hello-world"
:basename "hello-world"
:author "Random Instructor"
:copyright "Random Institution"
:difficulty "trivial")