Expand description
The stdout protocol used to recognise puzzle answers.
A solution communicates answers by printing one or two lines: the first is part one, the second is part two. Anything else is treated as ordinary program output and passed through untouched.
Structs§
- Answers
- The answers a solution printed.
Enums§
- Outcome
- How a solution’s standard output was interpreted.
Functions§
- classify
- Classifies a solution’s standard output.