Index: main.c =================================================================== diff -u -r36f3307cbce20b7dd58c5bce66aaaf4cb5bae7ad -r53cb8c7af7da74d6c8c5f215a56af51d9341027d --- main.c (.../main.c) (revision 36f3307cbce20b7dd58c5bce66aaaf4cb5bae7ad) +++ main.c (.../main.c) (revision 53cb8c7af7da74d6c8c5f215a56af51d9341027d) @@ -1,7 +1,8 @@ +//This is the update to main.c file to test the add to source code test (STep 76) int main(void) { - + int i = 0; //user code return 0; }