test: add test directory with sample files

This commit is contained in:
YeonGyu-Kim
2025-12-08 16:54:49 +09:00
parent de8088888c
commit d5e7f8309b
5 changed files with 15 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export function greet(name: string): string {
return `Hello, ${name}!`
}