6.891 Assignments -- Spring 2006
string n))
(prefix (string-append "psets/ps" n "/")))
(cons* "Assignment "
n
": "
(html:href (string-append prefix "ps.txt")
"Problem set")
(map (lambda (source)
(list ", "
(html:href (string-append prefix source)
source)))
sources))))
?>
-
-
-
-
-
-
-