Transcribe the hard 9x9 Sudoku puzzle from the provided image into the
plain-text example format accepted by the solver. The new example gives users a
ready-made input file for manual CLI checks.
Document the example directory in the README project decomposition and include a
command showing how to run the solver against this puzzle.
Test Plan:
- cargo run -- sudoku-examples/hard.sudoku
Refs: none