Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Find words with two consecutive consonant letters

License

Notifications You must be signed in to change notification settings

hahaslav/consecutive-consonant-letters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find words with two consecutive consonant letters

Write a bunch of words in the input.txt file in the same directory with the program. Run the program and get the list of words with two consecutive consonant letters outputted in your terminal.

Also, you can call the program from a shell as consecutive-consonant-letters.exe {input file name}.