Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarvesh-CSE committed Feb 12, 2021
1 parent 1ef1c66 commit 76be6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.Practicals_C/Preprocessors/conditional_preprocessor.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#endif

int main(void) {
message_for(Carole, Debra);
message_for(Carole, Debra);
printf("Here is the message: %s\n", MESSAGE);
return 0;
}
Expand Down

0 comments on commit 76be6f4

Please sign in to comment.