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 278e334 commit 69e0889Copy full SHA for 69e0889
hello.c
@@ -4,5 +4,7 @@ int main(int argc, char *argv[])
4
{
5
printf("hello world\n");
6
7
+ printf("test\n");
8
+
9
return 0;
10
}
0 commit comments