10 lines
179 B
Scheme
10 lines
179 B
Scheme
#lang setup/infotab
|
|
|
|
(define name "HtDP/2e Teachpacks")
|
|
(define compile-omit-paths
|
|
'("hangman-world.ss"
|
|
"hangman-world-play.ss"
|
|
"tests"
|
|
"extended-key"
|
|
"utest"))
|