mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
5 lines
77 B
JavaScript
5 lines
77 B
JavaScript
function main(args) {
|
|
console.log("Hello world");
|
|
}
|
|
|
|
exports.main = main; |