Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 394 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 394 Bytes

Unscramble

A simple program that unscrambles scrambled words.

Usage

To use the unscrambler, simply run the program and pass the scrambled word as the primary argument. Example:

$ unscramble loelh
hello

To use a different dictionary, use -d. Example:

$ unscramble -d dict/british-english locoru
colour

More dictionaries can be found on any Unix system.