Comma quibbling: Difference between revisions

Content deleted Content added
→‎{{header|Rust}}: Output for no input words missing
Line 111: Line 111:


=={{header|Rust}}==
=={{header|Rust}}==
{{incomplete|Rust|output for no input words missing.}}
<lang Rust>
<lang Rust>
fn quibble(seq: &[~str]) -> ~str {
fn quibble(seq: &[~str]) -> ~str {