remove the mistable semicolon

This commit is contained in:
lostsquirrel
2023-07-04 17:57:44 +08:00
committed by GitHub
parent d5f4b58d8c
commit 2f1ed60e25

View File

@ -63,8 +63,8 @@ fn main() {
}
fn sum(x: i32, y: i32) -> i32 {
x + y;
x + y
}
```
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it