mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +00:00
format code in md
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user