Skip to content

Commit 944eb12

Browse files
author
neo
committed
运行项目
1 parent 005709c commit 944eb12

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: note/003-运行项目.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# 运行项目
22

3-
### 立即运行代码
3+
### 立即运行代码
4+
5+
在 rust 项目目录下,运行 `cargo run` 可以立即运行编写的程序
6+
7+
8+
> [Rust 语言圣经 | 运行项目](https://course.rs/first-try/cargo.html#%E8%BF%90%E8%A1%8C%E9%A1%B9%E7%9B%AE)
9+
> [Cargo Run](https://rustwiki.org/zh-CN/cargo/commands/cargo-run.html)
10+
11+
```bash
12+
cargo run
13+
```

0 commit comments

Comments
 (0)