From 0ed34c1713a37bebd770c43752e1a037289d60cf Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Sat, 8 Jul 2023 12:42:08 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 73bc02a..64e2f68 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ This repository is *Codespaces ready*, and it is set as a template repository. Y - [Using Panic!](./examples/15-panic/) - [Error handling with match](./examples/16-error-handling/) +### Practice Lab +Use the [included practice lab](./lab.md) to apply the content you've learned in this week. Follow the steps to create your own repository and apply the requirements to complete the lab. + ## Resources - [Rust Book](https://doc.rust-lang.org/book/)