Hint
What about corner cases, such as if the rectangle starts with `width == 0`?
Currently the debug output from the tool is given as a trace that steps through an execution of the program.
In the future, we want to be able to plug into your favorite IDE to debug/step-through the trace interactively and even envision auto-generating failing test cases.
For now, here's a sample of what the output from Kani looks like (notice the `--visualize` option):
```bash
$ cargo kani --harness stretched_rectangle_can_hold_original --visualize
# --snip--
# generates the following html report...
```