mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-27 12:21:08 +00:00
New branch
This commit is contained in:
parent
ebfe053b4a
commit
d68930a624
@ -6,3 +6,4 @@ open class Item(var name: String, var sellIn: Int, var quality: Int) {
|
||||
return this.name + ", " + this.sellIn + ", " + this.quality
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user