fork download
  1. int main(){
  2. display();
  3. return 0;
  4. }
  5.  
  6.  
  7.  
  8. void display(){
  9. printf("Why am I compiling successfully?");
  10. }
Success #stdin #stdout 0.01s 1676KB
stdin
Standard input is empty
stdout
Why am I compiling successfully?