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