开发环境安装
编程之万能句:
fn main() { println!("Hello,world!"); }
编译命令 ‘rustc’
rustc main.rs
输入上方的命令之后,此时目录下会存在以下三种文件
main.rs
main.pdb
main.exe
运行Rust程序
./xx.exe
感谢您的访问,Ctrl+D收藏本站吧。
© 版权声明
THE END
fn main() { println!("Hello,world!"); }
rustc main.rs
输入上方的命令之后,此时目录下会存在以下三种文件
main.rs
main.pdb
main.exe
./xx.exe
暂无评论内容