diff options
Diffstat (limited to 'exercises/error_handling')
| -rw-r--r-- | exercises/error_handling/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/exercises/error_handling/README.md b/exercises/error_handling/README.md new file mode 100644 index 0000000..b5895d7 --- /dev/null +++ b/exercises/error_handling/README.md @@ -0,0 +1,5 @@ +For this exercise check out the chapters: +- [Error Handling](https://doc.rust-lang.org/book/second-edition/ch09-02-recoverable-errors-with-result.html) +- [Generics](https://doc.rust-lang.org/book/second-edition/ch10-01-syntax.html) + +of the Rust Book.
\ No newline at end of file |
