mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
remove the line to make the program editable
This commit is contained in:
committed by
GitHub
parent
bce4f2116f
commit
650fafcda8
@ -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
|
||||
|
Reference in New Issue
Block a user