import Grid; import Solver; return { events: { onEnter: onEnter, } }; function onEnter() { console.log(Solver.step(Grid.get().data)); }