mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 09:11:39 +00:00
Check git works
This commit is contained in:
parent
ab8c05935b
commit
4303004808
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user