特點: 安全,速度,併發 文件:hello_world.rs 代碼: 執行:rustc hello_world.rs 執行:./hello_world 結果:屏幕上就出現字元串:hello world ...
特點: 安全,速度,併發
文件:hello_world.rs
代碼:
1 fn main() { 2 println!("hello world!"); 3 }
執行:rustc hello_world.rs
執行:./hello_world
結果:屏幕上就出現字元串:hello world