
v0.39: Grademe is back in your terminal.
Try the CLI betaAdd up a ledger where an entry that has already been posted must not be posted again.
2020. Robinhood customers open the app and find a cash balance that has wandered somewhere strange, sometimes deeply negative, because the ledger behind the display posted the same option assignment more than once. Support told people to ignore the number while the books were rebuilt. Reposted entries are still sitting in this ledger. Post each one once.
balance({1,2,2,3}, {100,-30,-30,5}, 4)Expected result
75For your own tracking. Tests grade your code.
balance({1,2,3}, {10,20,30}, 3)Expected result
60balance({7,7,7}, {-500,-500,-500}, 3)Expected result
-500Expected files
ledger.cAllowed functions
None. Write every helper yourself.
