We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cc99f commit 97af919Copy full SHA for 97af919
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