fizzbuzz-1-indexed

Status: IN

FizzBuzz output is 1-indexed: `result[0]` corresponds to integer 1 and `result[n-1]` to integer `n`, enforced by `range(1, n + 1)`.

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

JSON