mirror of https://github.com/KaiserY/trpl-zh-cn
parent
93075e4d42
commit
c0d101bc0e
@ -1,5 +1,5 @@
|
|||||||
$ cargo run
|
$ cargo run
|
||||||
Compiling guessing_game v0.1.0 (file:///projects/guessing_game)
|
Compiling guessing_game v0.1.0 (file:///projects/guessing_game)
|
||||||
Finished dev [unoptimized + debuginfo] target(s) in 1.50s
|
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
|
||||||
Running `target/debug/guessing_game`
|
Running `target/debug/guessing_game`
|
||||||
Hello, world!
|
Hello, world!
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
$ cargo run
|
$ cargo run
|
||||||
Compiling branches v0.1.0 (file:///projects/branches)
|
Compiling branches v0.1.0 (file:///projects/branches)
|
||||||
Finished dev [unoptimized + debuginfo] target(s) in 0.30s
|
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
|
||||||
Running `target/debug/branches`
|
Running `target/debug/branches`
|
||||||
The value of number is: 5
|
The value of number is: 5
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$ cargo run
|
$ cargo run
|
||||||
Compiling variables v0.1.0 (file:///projects/variables)
|
Compiling variables v0.1.0 (file:///projects/variables)
|
||||||
Finished dev [unoptimized + debuginfo] target(s) in 0.30s
|
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
|
||||||
Running `target/debug/variables`
|
Running `target/debug/variables`
|
||||||
The value of x is: 5
|
The value of x is: 5
|
||||||
The value of x is: 6
|
The value of x is: 6
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$ cargo run
|
$ cargo run
|
||||||
Compiling variables v0.1.0 (file:///projects/variables)
|
Compiling variables v0.1.0 (file:///projects/variables)
|
||||||
Finished dev [unoptimized + debuginfo] target(s) in 0.31s
|
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s
|
||||||
Running `target/debug/variables`
|
Running `target/debug/variables`
|
||||||
The value of x in the inner scope is: 12
|
The value of x in the inner scope is: 12
|
||||||
The value of x is: 6
|
The value of x is: 6
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue