mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +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
|
||||||
|
Reference in New Issue
Block a user