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

6 lines
74 B
Plaintext

function main() {
var num1 = 5;
var num2 = 4;
return num1 * num2;
}