From 025ed16f8d63d35795be911b2960cc3c46016fc9 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sun, 8 May 2011 13:08:23 +0300 Subject: cleanup and updates --- 2011/qual/c/c.py | 1 - README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/2011/qual/c/c.py b/2011/qual/c/c.py index ab90c5d..ccbc12f 100644 --- a/2011/qual/c/c.py +++ b/2011/qual/c/c.py @@ -23,7 +23,6 @@ for t in xrange(T): p.append(s.pop(0)) s = "Case #%d: %s\n" % (t+1, res) - #print s o.write(s) f.close() diff --git a/README.md b/README.md index f7f8452..68584f3 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,5 @@ A collection of all my code ever written for Google Code Jam (http://code.google.com/codejam) GCJ 2011 will be the first time I update my code in real time :) + (note that code will only be available after the round officially ends, per the GCJ rules) -- cgit v1.3.1