mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
6 lines
194 B
Plaintext
6 lines
194 B
Plaintext
|
$ cargo run
|
||
|
Compiling branches v0.1.0 (file:///projects/branches)
|
||
|
Finished dev [unoptimized + debuginfo] target(s) in 0.30s
|
||
|
Running `target/debug/branches`
|
||
|
The value of number is: 5
|