Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 348 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 348 Bytes

Words

A program that finds words from an included dictionary. It can find words that start with input strings, end with input strings, contain input strings, and contain input list of characters. It also accepts wildcard characters with the input strings.

Follow prompts after running the program.

Compile: "cabal install"

Run: "Words"