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

Latest commit

 

History

History
5 lines (3 loc) · 351 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 351 Bytes

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}.