newsnow/server/main.ts
2024-09-26 11:30:21 +08:00

4 lines
61 B
TypeScript

export function add(x: number, y: number) {
return x + y
}