cubbot/test/sample.ts

4 lines
63 B
TypeScript

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