Merge pull request #292 from Rupesh-Darimisetti/patch-4

remove the line to make the program editable
This commit is contained in:
Sunface
2022-08-12 17:17:43 +08:00
committed by GitHub

View File

@ -4,7 +4,6 @@
1.🌟🌟
```rust,editable
/* Fill in the blanks */
fn main() {
println!("{0}, this is {1}. {1}, this is {0}", "Alice", "Bob");// => Alice, this is Bob. Bob, this is Alice