mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
Merge pull request #292 from Rupesh-Darimisetti/patch-4
remove the line to make the program editable
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user