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