newsnow/server/main.ts

4 lines
61 B
TypeScript
Raw Normal View History

2024-09-26 11:30:21 +08:00
export function add(x: number, y: number) {
return x + y
}