Can you show us a demo on how to run #include<stdio.h> int main() { puts("Hello World\n"); } ?
Can you show us a demo on how to run
#include<stdio.h>
int main()
{
puts("Hello World\n");
}
?