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
commit 77a3dc6742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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