mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +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