«

静态rust语言HelloWorld的编写

ljierui 发布于 阅读:142 技术杂谈


1、精通rust编写HelloWorld

fn main(){
    println!("hello world");
}

rust语言学习