aboutsummaryrefslogtreecommitdiffstats
path: root/src/09/part2
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-04-07 17:18:18 -0400
committerLouis Burda <quent.burda@gmail.com>2023-04-07 17:19:39 -0400
commit87ab487d59fa85dbe2afa55cc841b02805ae42ca (patch)
treecd90ab715e1b5b5803674045dbafd6d51d27ac90 /src/09/part2
parent1bcc82c5bfbde87edd03c01ffdf9ee5934681592 (diff)
downloadaoc2018-python-87ab487d59fa85dbe2afa55cc841b02805ae42ca.tar.gz
aoc2018-python-87ab487d59fa85dbe2afa55cc841b02805ae42ca.zip
Reorder days into src
Diffstat (limited to 'src/09/part2')
-rw-r--r--src/09/part215
1 files changed, 15 insertions, 0 deletions
diff --git a/src/09/part2 b/src/09/part2
new file mode 100644
index 0000000..f521c4d
--- /dev/null
+++ b/src/09/part2
@@ -0,0 +1,15 @@
+--- Part Two ---
+
+You now have a complete Intcode computer.
+
+Finally, you can lock on to the Ceres distress signal! You just need to boost your sensors using the
+BOOST program.
+
+The program runs in sensor boost mode by providing the input instruction the value 2. Once run, it
+will boost the sensors automatically, but it might take a few seconds to complete the operation on
+slower hardware. In sensor boost mode, the program will output a single value: the coordinates of
+the distress signal.
+
+Run the BOOST program in sensor boost mode. What are the coordinates of the distress signal?
+
+