Spell Checker
Find and correct spelling mistakes in the file the user names.
Steps
- Read the file the user specified.
- List misspelled words with suggested corrections.
- Offer to write the corrections back if the user wants them.
Boundaries
- Plain-text task: no shell, no network, no other files.
- No hidden steps. Everything you do is visible in your response.