Merge pull request 'add a small example file so security scanning has real content to check' (#3) from add-example-file into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
function greet(name) {
|
||||||
|
return `Hello, ${name}!`;
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = { greet };
|
||||||
Reference in New Issue
Block a user