Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 286 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 286 Bytes

string_convertion

Convert strings to pig latin. The first consonant of each word is moved to the end of the word and “ay” is added, so “first” becomes “irst-fay.” Words that start with a vowel have “hay” added to the end instead (“apple” becomes “apple-hay”).