We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6a4bb commit 22583feCopy full SHA for 22583fe
chapter-1-introduction/1.hello.c
@@ -2,8 +2,6 @@
2
3
main()
4
{
5
- printf("hello, ");
6
- printf("world");
7
- printf("\n");
+ printf("hello, world \n");
+
8
}
9
-
0 commit comments