fork download
  1.  
Success #stdin #stdout 0.01s 7716KB
stdin
Int v1 =2
Int v2 =3

V3=v1+v2;

system.debug(v3);
stdout
Standard output is empty