jesus, day 3 of #AoC2017 looks bloody difficult
@calvin Definitely looks to require more thought than programming. Math solution for part 1 doesn't look so bad.
@micah I managed to implement Ulam's spiral (jn the least functional way possible) - now I need to implement the damn pathfinding algorithm...
@micah well, I'm also running into possible stdlib limitations with 2D arrays, ugh