From d45e7e57a8d5003bb2c71e3ccde968c35267cc1e Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Sun, 10 Sep 2023 23:14:08 -0400 Subject: [PATCH] another try of the box --- labs/03_debugging/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/labs/03_debugging/README.md b/labs/03_debugging/README.md index 7702efa..57aeb04 100644 --- a/labs/03_debugging/README.md +++ b/labs/03_debugging/README.md @@ -67,13 +67,12 @@ As well as the following data files: *estimate: 20-30 minutes* 1. Examine the provided files briefly. How are the files related or dependent upon each other? Hint: Look at the #include statements. Read through the comments from the developer about the purpose of each class and function. -
+
 ```plaintext
 We have intentionally placed a number of bugs in the program that will
 cause problems when you attempt to compile and then run these programs.
 Even if you spot the problems, don’t fix them yet!
 ```
-
2. When you’re confident you understand what the original programmer was aiming to do, let’s compile and run the program. Take careful step-by-step notes about every command you run, and every line