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