Files
2025-02-22 10:23:40 +09:00

6 lines
90 B
JavaScript

const helloWorld = function() {
return 'Hello, World!'
};
module.exports = helloWorld;