@@ -1,15 +1,6 @@ import util; import game; -import driver; - -/* -interface Solver -{ - this(const(Game) g); - char single_step(); -} -*/ class Solver_0 { this(const(Game) g) {}