Guess the number/With feedback (player): Difference between revisions

Content added Content deleted
Line 1,828: Line 1,828:


=={{header|Rust}}==
=={{header|Rust}}==
{{works with|rustc|0.9-pre}}
{{works with|rustc|0.9}}
<lang rust>use std::io::stdio::stdin;
<lang rust>use std::io::stdio::stdin;
use std::str;
use std::str;