mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
function main(args) {
|
|
console.log("Hello world");
|
|
console.log(typeof Intl);
|
|
}
|
|
|
|
exports.main = main; |