pivot/test.pvt
2020-12-10 20:02:00 -07:00

7 lines
78 B
Plaintext

function main(num) {
return num + a(2);
}
function a(num) {
return num;
}