Added Rust

This commit is contained in:
bcnjr5
2013-05-27 22:57:19 -03:00
parent acde3d5237
commit 0acc2f97a8

3
r/rust.rs Normal file
View File

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