fork(7) download
  1. int a;
  2. int a = 25;
  3. int main()
  4. {
  5.  
  6. return 0;
  7. }
Success #stdin #stdout 0s 1784KB
stdin
Standard input is empty
stdout
Standard output is empty