mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-08-11 14:04:46 +00:00
fix typo
This commit is contained in:
@@ -83,7 +83,7 @@ fn main() {
|
|||||||
// modify this line only !
|
// modify this line only !
|
||||||
let s1 = s;
|
let s1 = s;
|
||||||
|
|
||||||
s1.push_str("world")
|
s1.push_str("world");
|
||||||
|
|
||||||
println!("Success!")
|
println!("Success!")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user