2006-09-29 23:03:27 -04:00
|
|
|
USING: modules ;
|
2006-01-19 20:27:38 -05:00
|
|
|
|
2006-09-29 23:03:27 -04:00
|
|
|
REQUIRES: contrib/httpd ;
|
2004-07-25 18:34:40 -04:00
|
|
|
|
2006-01-19 20:27:38 -05:00
|
|
|
{
|
2006-09-29 23:03:27 -04:00
|
|
|
"resource:contrib/httpd/examples/cont-examples.factor"
|
|
|
|
|
"resource:contrib/httpd/examples/cont-numbers-game.factor"
|
|
|
|
|
} run-files
|