Arithmetic/Integer: Difference between revisions

m
Added comment that this example cannot be run in the Rust playpen
(Added Rust implementation)
m (Added comment that this example cannot be run in the Rust playpen)
Line 2,608:
 
=={{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;
 
Anonymous user