Skip to content

Commit e905fdd

Browse files
authored
Merge pull request #76 from MuhammadSalah-MS/patch-1
Update printf_argument.c
2 parents 3bde806 + 97af919 commit e905fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_1/exercise_1_02/printf_argument.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
int main(void)
44
{
5-
printf("hello: \n");
5+
printf("hello, world\c");
66
return 0;
77
}

0 commit comments

Comments
 (0)