We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bde806 + 97af919 commit e905fddCopy full SHA for e905fdd
chapter_1/exercise_1_02/printf_argument.c
@@ -2,6 +2,6 @@
2
3
int main(void)
4
{
5
- printf("hello: \n");
+ printf("hello, world\c");
6
return 0;
7
}
0 commit comments