This commit is contained in:
sunface 2022-03-05 14:52:56 +08:00
parent de310b1c81
commit b01ca532d7
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ fn main() {
// modify this line only !
let s1 = s;
s1.push_str("world")
s1.push_str("world");
println!("Success!")
}