Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bdd0dc6ede | ||
|
|
f7ad12811b |
@@ -0,0 +1,5 @@
|
|||||||
|
function greet(name) {
|
||||||
|
return `Hello, ${name}!`;
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = { greet };
|
||||||
Reference in New Issue
Block a user