remove the line to make the program editable

This commit is contained in:
Rupesh-Darimisetti
2022-08-08 15:54:44 +05:30
committed by GitHub
parent bce4f2116f
commit 650fafcda8

View File

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