mirror of
https://github.com/outbackdingo/control-pane.git
synced 2026-02-08 10:10:26 +00:00
2 lines
48 B
JavaScript
2 lines
48 B
JavaScript
module.exports = function (n) { return n * 3 };
|