Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 255 Bytes

File metadata and controls

9 lines (6 loc) · 255 Bytes

Word Finder

This is a program to find whether a string and its substrings are in the given dictionary. It accepts one string input.

You can run this program in your terminal: $ruby file_name.rb << abdc

#Test Tests are included in the program file.