Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 386 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 386 Bytes

🐖Fun Pig Latin Converter🐖

This C++ program accepts a string sentence and outputs its pig Latin equivalent using regex pattern matching and string concatenation.


Tech Stack