mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2026-08-22 14:13:28 +08:00
Refining Ch03.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
fn main() {
|
||||
let x = 5;
|
||||
println! ("x 的值为:{x}");
|
||||
|
||||
x = 6;
|
||||
println! ("x 的值为:{x}");
|
||||
let mut spaces = " ";
|
||||
spaces = spaces.len();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user