You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trpl-zh-cn/src/ch01-00-getting-started.md

12 lines
453 B

7 years ago
# 入门指南
> [ch01-00-getting-started.md](https://github.com/rust-lang/book/blob/main/src/ch01-00-getting-started.md)
7 years ago
> <br>
6 years ago
> commit 1fedfc4b96c2017f64ecfcf41a0a07e2e815f24f
7 years ago
6 years ago
让我们开始 Rust 之旅!有很多内容需要学习,但每次旅程总有起点。在本章中,我们会讨论:
7 years ago
* 在 Linux、macOS 和 Windows 上安装 Rust
* 编写一个打印 `Hello, world!` 的程序
* 使用 Rust 的包管理器和构建系统 `cargo`