mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-05-07 10:29:50 -04:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = function (x) { return x + 100; };
|