Files
x03da/script/test/calc.js
2015-03-26 16:19:45 +01:00

5 lines
42 B
JavaScript

function calc(a) {
return a * 5;
}