📜  在 rust 代码示例中打印

📅  最后修改于: 2022-03-11 14:49:25.255000             🧑  作者: Mango

代码示例1
fn main() {
    println!("Hello, world!");
}