fork(2) download
  1. let a = 100;
  2. let b = 200;
  3. print(a+b);
  4.  
Success #stdin #stdout 0.03s 16288KB
stdin
Standard input is empty
stdout
300