welsonjs/helloworld.js

6 lines
77 B
JavaScript
Raw Normal View History

return {
main: function() {
console.log("Hello world");
}
};