add a small example file so security scanning has real content to check

This commit is contained in:
2026-08-29 18:38:39 +00:00
parent f750f088fe
commit f7ad12811b
+5
View File
@@ -0,0 +1,5 @@
function greet(name) {
return `Hello, ${name}!`;
}
module.exports = { greet };