We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbe27b commit b4890ecCopy full SHA for b4890ec
1 file changed
demo.c
@@ -8,7 +8,8 @@ int main()
8
{
9
for(;;)
10
11
- printf("Hello world!");
+ printf("Hello world!\n");
12
+ sleep(2);
13
}
14
return 0;
15
0 commit comments