2025-04-21 13:13:54 +08:00

2 lines
52 B
TypeScript

export const add = (a: number, b: number) => a + b;