Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 593 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 593 Bytes

UnscrambleC

A C program that unscrambles words.

Usage

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

$ unscramble loelh
hello

If no word is provided, standard input will be used.

$ unscramble
> cats
  | acts
  | cast
  | cats
  | scat
> else
  | eels
  | else
  | lees
>
$

To exit the standard input prompt, provide no input.

Dictionaries

To use a different dictionary, use -d.

$ unscramble -d british-english locoru
colour

More dictionaries can be found on any Unix system.