MCPcopy Create free account
hub / github.com/StudyRust/leetcode_rust / main

Function main

824-goat-latin.rs:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23fn main() {
24 let sentence = "The quick brown fox jumped over the lazy dog".to_string();
25 println!("{:?}", to_goat_latin(sentence));
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected