mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Reduce the size of sell in and quality
This commit is contained in:
parent
07c3edcb48
commit
3720febc88
2
COBOL/Gnu/.gitignore
vendored
2
COBOL/Gnu/.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
in-items
|
||||
items
|
||||
GildedRose.so
|
||||
*.so
|
||||
|
||||
@ -11,11 +11,11 @@ file-control.
|
||||
data division.
|
||||
file section.
|
||||
fd in-items.
|
||||
01 in-item pic x(58).
|
||||
01 in-item pic x(54).
|
||||
fd items.
|
||||
01 item.
|
||||
02 sell-in pic 9(4).
|
||||
02 quality pic 9(4).
|
||||
02 sell-in pic s9(2).
|
||||
02 quality pic s9(2).
|
||||
02 name pic x(50).
|
||||
|
||||
working-storage section.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user