format code in md

This commit is contained in:
likzn
2022-05-01 13:08:50 +08:00
parent dad4052485
commit e09080f88a
43 changed files with 405 additions and 124 deletions

View File

@ -1,4 +1,5 @@
1.
```rust
use core::panic;
@ -20,6 +21,7 @@ fn main() {
```
2.
```rust
// MAKE the code work by fixing all panics
fn main() {