cubbot/test/sample.ts

4 lines
63 B
TypeScript
Raw Normal View History

2020-04-16 20:22:57 +00:00
export function add(x: number, y: number) {
return x + y
}