Olaf Bohlen
2023-02-09 f6eb66dc4a934b5f84522727518058b361b02a36
1
2
3
module.exports = function greet(name) {
    return `Hello ${name}!`;
}