It looks like you're new here. If you want to get involved, click one of these buttons!
me.close
return(0);
gcc program.c -o program
#include <stdio.h>
//This is a comment
int main()
{
printf(\"Hello world!\n\");
return(0);
}
#include <stdio.h>
int main()
{
printf(\"Herro thar\n\")
return(0);
}