add greeter

This commit is contained in:
claude-live-test 2026-08-07 09:22:15 +02:00
parent bb5cec3bd3
commit 2558ff2560
1 changed files with 1 additions and 0 deletions

1
greet.js Normal file
View File

@ -0,0 +1 @@
module.exports = (n="world") => `gm, ${n}`;