Files
dev/script/test/calc.js
2018-01-19 10:56:53 +01:00

5 lines
46 B
JavaScript
Executable File

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