1
0
Fork 0
BangleApps/modules/testmodule.js

4 lines
62 B
JavaScript

exports.test = function() {
console.log("Hello world!");
};