diff --git a/src/puzzles.cgi.c b/src/puzzles.cgi.c index d05b8c3..cda601d 100644 --- a/src/puzzles.cgi.c +++ b/src/puzzles.cgi.c @@ -156,6 +156,7 @@ main(int argc, char *argv[]) printf("\n"); printf("
New puzzles are unlocked when any team answers the highest-scoring puzzle in a category.
"); + printf("Are you using Windows? You have our pity. But you might enjoy a program called wget, which will allow you to download every open puzzle with a single wget -r!
"); cgi_foot(); return 0;