fork download
  1.  
Success #stdin #stdout 0.01s 7856KB
stdin
//Addition

integer A=5;
integer B=2;
integer c=6;
integer d= 4;
integer sum=A+B+C+D;
system.debug(sum);

stdout
Standard output is empty