mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-08 03:01:24 +00:00
4 lines
187 B
Plaintext
4 lines
187 B
Plaintext
args: ('foo', 0) => 'foo, -1, 0'
|
|
args: ('Aged Brie', 0) => 'Aged Brie, -1, 2'
|
|
args: ('Backstage passes to a TAFKAL80ETC concert', 0) => 'Backstage passes to a TAFKAL80ETC concert, -1, 0'
|