welsonjs/helloworld.js
2023-07-27 18:09:20 +09:00

5 lines
77 B
JavaScript

function main(args) {
console.log("Hello world");
}
exports.main = main;