add a small example file so security scanning has real content to check #3
@@ -0,0 +1,5 @@
|
|||||||
|
function greet(name) {
|
||||||
|
return `Hello, ${name}!`;
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = { greet };
|
||||||
Reference in New Issue
Block a user