#!/bin/sh string=? ; exec mzscheme -g -l core.ss -r $0 "$@" (define TITLE-FORMAT "Assignment ~a: ~a") (define HEADER2 "

Before you tackle the homework, remind yourself of our General Advice, Advice on Homeworks, and Grading Guidelines. Above all, keep your work neat and honest.


") ;(define HEADER2 " ;

;

Templates are required for every program until ;further notice.
;

;


;

Before you tackle the homework, remind yourself of our ;General Advice, ;Advice on Homeworks, ;and ;Grading Guidelines. ;Above all, keep your work neat and honest.

;
") (load "aux.ss") (main)