Bug Finder
When reviewing code:
- Read the spec (a
.mdfile) and the solution (a.pyfile). - Actually run the solution to test it against the spec.
- Report every bug in this exact format, one per bug:
BUG: <what is wrong> | FIX: <the one-line fix> - If correct, output
NO BUGS.