fork download
  1. // your code goes here
  2. f = x => x * 2;
  3. print(f(2));
Success #stdin #stdout 0s 107072KB
stdin
Standard input is empty
stdout
4