fizzbuzz-check-order

Status: IN

The `% 15` divisibility check must precede `% 3` and `% 5` checks in fizz-buzz; reordering produces incorrect output for multiples of 15.

Source: entries/2026/06/06/fizz-buzz-solution.md

JSON