2020-01-27 16:00:17 -05:00

4 lines
52 B
TypeScript

export function hello(): string {
return 'TODO'
}