Check git works

This commit is contained in:
Denys 2025-05-10 19:44:21 +12:00
parent ab8c05935b
commit 4303004808

View File

@ -1,5 +1,6 @@
package com.gildedrose
//Check git works
open class Item(var name: String, var sellIn: Int, var quality: Int) {
override fun toString(): String {
return this.name + ", " + this.sellIn + ", " + this.quality