mirror of https://github.com/espruino/BangleApps
4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
|
exports.test = function() {
|
||
|
console.log("Hello world!");
|
||
|
};
|