mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-27 14:39:43 +00:00
fix: add and fix solution links
This commit is contained in:
@ -207,4 +207,5 @@ fn main() -> Result<(), ParseIntError> {
|
||||
println!("{}", number);
|
||||
Ok(())
|
||||
}
|
||||
```
|
||||
```
|
||||
> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/result-panic/result.md)找到答案(在 solutions 路径下)
|
||||
|
Reference in New Issue
Block a user