7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
function main(num) {
|
|
return num + a(2);
|
|
}
|
|
function a(num) {
|
|
return num;
|
|
}
|