New branch

This commit is contained in:
Denys 2025-05-10 23:42:40 +12:00
parent ebfe053b4a
commit d68930a624

View File

@ -6,3 +6,4 @@ open class Item(var name: String, var sellIn: Int, var quality: Int) {
return this.name + ", " + this.sellIn + ", " + this.quality return this.name + ", " + this.sellIn + ", " + this.quality
} }
} }