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

Merged
testclient-admin merged 1 commits from add-example-file into main 2026-08-29 18:52:04 +00:00
Showing only changes of commit f7ad12811b - Show all commits
+5
View File
@@ -0,0 +1,5 @@
function greet(name) {
return `Hello, ${name}!`;
}
module.exports = { greet };