Skip to content

Geoffrey42/pig_latin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pig_latin

Convert Strings to pig latin

Assignment

Project assigment from Rust book chapter 8.

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”). Keep in mind the details about UTF-8 encoding!

About

Convert Strings in pig latin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages