mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 05:10:32 +01:00
Import print_function
This makes sure that the code still runs in pypy properly.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from hashlib import md5
|
||||
import fileinput
|
||||
|
||||
Reference in New Issue
Block a user