mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-18 16:01:42 +00:00
Check git works
This commit is contained in:
parent
ab8c05935b
commit
4303004808
@ -1,5 +1,6 @@
|
|||||||
package com.gildedrose
|
package com.gildedrose
|
||||||
|
|
||||||
|
//Check git works
|
||||||
open class Item(var name: String, var sellIn: Int, var quality: Int) {
|
open class Item(var name: String, var sellIn: Int, var quality: Int) {
|
||||||
override fun toString(): String {
|
override fun toString(): String {
|
||||||
return this.name + ", " + this.sellIn + ", " + this.quality
|
return this.name + ", " + this.sellIn + ", " + this.quality
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user