Update rust.rs

This commit is contained in:
Peter Atashian 2014-12-16 23:08:45 -05:00
parent 4691aea289
commit 343e4b2487

View File

@ -1,3 +1,3 @@
fn main() {
io::println("Hello, world!");
println!("Hello, world!");
}