Files
oh-my-opencode/test-dir/test.ts
T

4 lines
75 B
TypeScript
Raw Normal View History

2025-12-08 16:54:49 +09:00
export function greet(name: string): string {
return `Hello, ${name}!`
}