UNPKG

xinchishenwang

Version:

这是刘摸摸研发的吊炸天计算器

5 lines (4 loc) 70 B
const sub = (x, y) => { return x - y; } module.exports = sub;