WIP
This commit is contained in:
parent
340ad2b518
commit
b7a93b89f5
5 changed files with 159 additions and 77 deletions
|
|
@ -11,7 +11,6 @@ exports.makeChange = function makeChange (cartridges, amount) {
|
|||
// since they're all integers, well within JS number range,
|
||||
// and this is way more efficient in a tight loop.
|
||||
|
||||
console.log('DEBUG777: %j', cartridges)
|
||||
const small = cartridges[0]
|
||||
const large = cartridges[1]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue