6 lines
61 B
JavaScript
6 lines
61 B
JavaScript
|
|
exports.sayhello = () => {
|
|
return 'Say Hello World!';
|
|
};
|
|
|