Exercise based on the Trivia Legacy Code Retreat code.
- Capture the program's output and check whether it's deterministic or not;
- Repeat the execution a reasonable number of times, until the code coverage gives you enough confidence for your subsequent refactoring activities;
- Collect the output in a file, and include it in the test project, using an error-prone manual operation (Poka-yoke).