mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
10 lines
190 B
Markdown
10 lines
190 B
Markdown
A pure "function", so this works:
|
|
|
|
```shell
|
|
$ echo -e 'Aged Brie,3,5\nOther Item,4,5' |\
|
|
./gilded_rose.sh |\
|
|
./gilded_rose.sh |\
|
|
./gilded_rose.sh
|
|
Aged Brie,0,8
|
|
Other Item,1,2
|
|
``` |