mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
Fix bug where code blocks were not editable
This commit is contained in:
@ -3,8 +3,7 @@
|
|||||||
## 位置参数
|
## 位置参数
|
||||||
|
|
||||||
1.🌟🌟
|
1.🌟🌟
|
||||||
```rust,edtiable
|
```rust,editable
|
||||||
|
|
||||||
/* 填空 */
|
/* 填空 */
|
||||||
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
|
||||||
@ -180,4 +179,4 @@ fn main() {
|
|||||||
// 转义
|
// 转义
|
||||||
println!("Hello {{}}"); // => Hello {}
|
println!("Hello {{}}"); // => Hello {}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user