Fix Intcode bug
authorJack Kinsey <j.jameskinsey@gmail.com>
Tue, 10 Dec 2019 00:29:06 +0000 (19:29 -0500)
committerJack Kinsey <j.jameskinsey@gmail.com>
Tue, 10 Dec 2019 00:29:06 +0000 (19:29 -0500)
Turns out relative mode parameters can be used in write-to-memory
positions, so the wrapper function needed to be changed to account for
that. It's a little ugly, but it's the best I've got.


No differences found