2024-04-26 15:43:27 +02:00

4 lines
61 B
TypeScript

export function sum(a: number, b: number) {
return a + b
}