3 lines
No EOL
69 B
TypeScript
3 lines
No EOL
69 B
TypeScript
export function sum(x: number, y: number): number {
|
|
return x + y;
|
|
} |