From 56c3813211e468d00d7e2cea1de2a3bb2000c8e6 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 15 Apr 2015 14:33:46 -0600 Subject: [PATCH] Snarky recommendation for windows wget --- src/puzzles.cgi.c | 1 + 1 file changed, 1 insertion(+) 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;