mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
8 lines
76 B
JavaScript
8 lines
76 B
JavaScript
|
|
|
|
return {
|
|
main: function(args) {
|
|
console.log(args[0]);
|
|
}
|
|
}
|