Commit a9aacb4c authored by Luhan Wang's avatar Luhan Wang

add line 6

parent 0563dbae
...@@ -3,6 +3,7 @@ int main(){ ...@@ -3,6 +3,7 @@ int main(){
printf("This is the first line added by the teacher .\n"); printf("This is the first line added by the teacher .\n");
// add comment // add comment
// Here is a bug I fixed! // Here is a bug I fixed!
// Here is the added line
int i = 0; int i = 0;
for(int j =0;j<10;j++){ for(int j =0;j<10;j++){
printf("i=%d\n",i); printf("i=%d\n",i);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment