Commit Graph

4 Commits

Author SHA1 Message Date
Bert Peters
7a72d5f5d1 Import print_function
This makes sure that the code still runs in pypy properly.
2015-12-14 00:51:27 +01:00
Bert Peters
0b94c1e7dc Fix project, now use python 3. 2015-12-14 00:29:02 +01:00
Bert Peters
6a0c619d74 Reimplement day 10 using itertools combine.
Now it DOES run using pypy, and is faster again.
2015-12-11 12:23:59 +01:00
Bert Peters
b1956e0d5a Add solution for day 10.
For some reason, day 10 won't run that well with pypy, so I disabled
trying pypy in the runner script.
2015-12-10 11:59:04 +01:00