mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 09:24:58 +00:00
5 lines
77 B
JavaScript
5 lines
77 B
JavaScript
|
function main(args) {
|
||
|
console.log("Hello world");
|
||
|
}
|
||
|
|
||
|
exports.main = main;
|