mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 20:49:41 +00:00
fix typo
This commit is contained in:
@ -168,7 +168,9 @@ fn main() {
|
|||||||
|
|
||||||
// fill the blank
|
// fill the blank
|
||||||
let long_delimiter = __;
|
let long_delimiter = __;
|
||||||
assert_eq!(long_delimiter, "Hello, \"##\"")
|
assert_eq!(long_delimiter, "Hello, \"##\"");
|
||||||
|
|
||||||
|
println!("Success!")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user