Hello, World! в Rust
Пример для версий
Rust 0.1
use std;
import std::io;
fn main() {
io::println("Hello, World!");
}
Комментарии
]]>blog comments powered by Disqus
]]>