fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. printf("Hello,world\n");
  6. int a=0,b=0;
  7.  
  8. printf("%d",a);
  9.  
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 4360KB
stdin
Standard input is empty
stdout
Hello,world
0