Jump to content

Old lady swallowed a fly: Difference between revisions

m
m (→‎{{header|Rust}}: Spacing.)
m (→‎{{header|Rust}}: Spacing.)
Line 2,073:
, ("fly" , Every, "I don't know why she swallowed the fly.")
];
 
for (i, a) in animals.iter().enumerate().rev() {
println!("There was an old lady who swallowed a {}\n{}", a.0, a.2);
Cookies help us deliver our services. By using our services, you agree to our use of cookies.