5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
function(x) x*x;
|
||
|
625
|
||
|
function fun(x) x * (x + 1) / 2;
|
||
|
55
|