fork download
  1. var a = 5;
  2. var b = 3;
  3.  
  4. print(a);
Success #stdin #stdout 0.01s 4984KB
stdin
1
2
10
42
11
stdout
5