Skip to content

Fun little project to learn Rust. Simple translator of English to pig Latin.

Notifications You must be signed in to change notification settings

snypelife/rust_pig_latin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust_pig_latin

Fun little project to learn Rust. Simple translator of English to pig Latin.

Try it out with:

# default sentence
cargo run

# Input: "The quick brown fox jumped over the lazy dog"
# Output: "ethay ickquay ownbray oxfay umpedjay overway ethay azylay ogday"

cargo run -- "This is a test"

# Input: "This is a test"
# Output: "isthay isway away esttay"

About

Fun little project to learn Rust. Simple translator of English to pig Latin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages