@@ -1,7 +1,6 @@
#!/usr/bin/env python3
import sys
from operator import attrgetter
-from collections import defaultdict
SPACE, WALL = 0, 1
GOBLINS, ELVES = 0, 1
@@ -1,6 +1,5 @@
isa = {
'addr': lambda a, b, reg: reg[a] + reg[b],
-import time
OPEN, TREE, LUMB = range(3)