Fall, 2021
Solve the Advent Of Code 2015 Day 6 puzzle.
Your code should output two statements:
The answer to part 1 is XXX.
and
The answer to part 2 is XXX.
where of course XXX
is the answer corresponding to your input file. No need to upload your input file, Kathleen will run your code using a different input file. Just make sure your code assumes the input file is named AOC2015Day6_input.txt
.
Here are some hints.
Save your code in a file called A3.m
and submit the file to the course OWL site.