diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-25T16·47+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-25T16·47+0000 |
commit | d7cc1f03de8ca985564ad7dcc2d73317a046f583 (patch) | |
tree | 5593276ecd2c28ce407bc157c1aae978ecef7f03 /boilerplate | |
parent | 89cd77a64b9146a88c75946fb0d9f2c5d6126821 (diff) |
Remove math.ts from boilerplate/typescript
This file is only a distraction.
Diffstat (limited to 'boilerplate')
-rw-r--r-- | boilerplate/typescript/src/math.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/boilerplate/typescript/src/math.ts b/boilerplate/typescript/src/math.ts deleted file mode 100644 index a6e31168888d..000000000000 --- a/boilerplate/typescript/src/math.ts +++ /dev/null @@ -1,3 +0,0 @@ -export const add = (x: number, y: number): number => { - return x + y; -} |