diff --git a/labs/01_getting_started/README.md b/labs/01_getting_started/README.md index a4966cd..e524b60 100644 --- a/labs/01_getting_started/README.md +++ b/labs/01_getting_started/README.md @@ -139,7 +139,7 @@ product of integers: -600 Show a TA or mentor your program. Be ready to demonstrate that your program works with other input requested by the TA or mentor. ## Checkpoint 3: File IO -*estimate: 45 minutes* +*estimate: 30 minutes* In lecture we talked about how to use the STL file stream library fstream to read data from a file and/or write the output to a file. Let's do some exercises.