Arithmetic/Integer: Difference between revisions

Content added Content deleted
(Added Rust implementation)
m (Added comment that this example cannot be run in the Rust playpen)
Line 2,608: Line 2,608:


=={{header|Rust}}==
=={{header|Rust}}==

Note that this code cannot be run within the [http://play.rust-lang.org Rust playpen] as it does not support console input.
<lang rust>use std::io;
<lang rust>use std::io;