fork download
  1. // your code goes here
  2. //n=10;while(f(10)|f(8)|f(2))n++;print(n);
  3. //s=r=>n.toString(r);
  4. //f=s=>n.toString(r).
  5. f=x=>{x*2};
  6. print(f(2));
  7. print(false|false);
Success #stdin #stdout 0s 107072KB
stdin
Standard input is empty
stdout
undefined
0