This commit is contained in:
sunface 2022-03-05 14:55:27 +08:00
parent d17902af50
commit d12c103c02
1 changed files with 3 additions and 1 deletions

View File

@ -168,7 +168,9 @@ fn main() {
// fill the blank
let long_delimiter = __;
assert_eq!(long_delimiter, "Hello, \"##\"")
assert_eq!(long_delimiter, "Hello, \"##\"");
println!("Success!")
}
```