2025-04-19 15:19:48 +08:00

3 lines
60 B
TypeScript

export function add(a: i32, b: i32): i32 {
return a + b;
}