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.🌟🌟
|
||||
```rust,edtiable
|
||||
|
||||
```rust,editable
|
||||
/* 填空 */
|
||||
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