Skip to content

Commit

Permalink
Update lab.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredodeza authored Jul 8, 2023
1 parent 4ce1184 commit 3e7f4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ In this lab, you will enhance a file reader application in Rust.  Use the examp
**Steps:**

1. Create a new repository in your account for your Rust project
1. Use the [example code]() as a starting point
1. Add the ability to pass in any file path to avoid hard-coding the path in the program. Use the [Rust docs]()
1. Use the [example code](https://github.com/alfredodeza/rust-fundamentals/blob/main/examples/16-error-handling/error-handling/src/main.rs) as a starting point
1. Add the ability to pass in any file path to avoid hard-coding the path in the program. Use the [Rust docs](https://doc.rust-lang.org/rust-by-example/std_misc/arg.html)
  or this sample code to get an idea on how to get the first argument in the console:

```rust
Expand Down

0 comments on commit 3e7f4ed

Please sign in to comment.