Files
oh-my-opencode-free-fork/test-dir/test.ts
2025-12-08 17:00:02 +09:00

4 lines
75 B
TypeScript

export function greet(name: string): string {
return `Hello, ${name}!`
}