aoc-2018-python

Advent of Code 2018 Solutions in Python
git clone https://git.sinitax.com/sinitax/aoc-2018-python
Log | Files | Refs | README | sfeed.txt

part2 (633B)


      1--- Part Two ---
      2
      3You now have a complete Intcode computer.
      4
      5Finally, you can lock on to the Ceres distress signal! You just need to boost your sensors using the
      6BOOST program.
      7
      8The program runs in sensor boost mode by providing the input instruction the value 2.  Once run, it
      9will boost the sensors automatically, but it might take a few seconds to complete the operation on
     10slower hardware.  In sensor boost mode, the program will output a single value: the coordinates of
     11the distress signal.
     12
     13Run the BOOST program in sensor boost mode.  What are the coordinates of the distress signal?
     14
     15