UNPKG

@natewilcox/wrong-answer

Version:

Returns a wrong answer to math questions

9 lines (8 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.subtractTwoInts = void 0; const add_1 = require("./add"); function subtractTwoInts(a, b) { return (0, add_1.addTwoInts)(a, -b); } exports.subtractTwoInts = subtractTwoInts;