mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-02-07 22:10:03 +08:00
4 lines
61 B
TypeScript
4 lines
61 B
TypeScript
![]() |
export function add(x: number, y: number) {
|
||
|
return x + y
|
||
|
}
|