mirror of https://github.com/jkjoy/sunpeiwen.git
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
|
module.exports = function (x) { return x * 100; };
|