aboutsummaryrefslogtreecommitdiffstats
path: root/src/21/part2
diff options
context:
space:
mode:
Diffstat (limited to 'src/21/part2')
-rw-r--r--src/21/part222
1 files changed, 22 insertions, 0 deletions
diff --git a/src/21/part2 b/src/21/part2
new file mode 100644
index 0000000..0e35f5d
--- /dev/null
+++ b/src/21/part2
@@ -0,0 +1,22 @@
+--- Part Two ---
+
+Now that you've isolated the inert ingredients, you should have enough information to figure out
+which ingredient contains which allergen.
+
+In the above example:
+
+
+ - mxmxvkd contains dairy.
+ - sqjhc contains fish.
+ - fvjkl contains soy.
+
+
+Arrange the ingredients alphabetically by their allergen and separate them by commas to
+produce your canonical dangerous ingredient list. (There should not be any
+spaces in your canonical dangerous ingredient list.) In the above example, this would be
+mxmxvkd,sqjhc,fvjkl.
+
+Time to stock your raft with supplies. What is your canonical dangerous ingredient
+list?
+
+