fork download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. printf(‘‘hello word’’);
  5. return 0;
  6. }
  7.  
Success #stdin #stdout 0.03s 25272KB
stdin
Standard input is empty
stdout
#include<stdio.h>
int main()
{
printf(‘‘hello word’’);
return 0;
}