2023-02-28 14:56:55 +01:00

4 lines
61 B
TypeScript

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