add indent

This commit is contained in:
Jidong Xiao
2023-09-10 23:15:01 -04:00
parent d45e7e57a8
commit a9ae1bb3e5

View File

@@ -69,9 +69,7 @@ As well as the following data files:
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. 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 ```plaintext
We have intentionally placed a number of bugs in the program that will 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, dont fix them yet!
cause problems when you attempt to compile and then run these programs.
Even if you spot the problems, dont fix them yet!
``` ```
2. When youre confident you understand what the original programmer was aiming to do, lets compile 2. When youre confident you understand what the original programmer was aiming to do, lets compile