mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
3 lines
92 B
Kotlin
3 lines
92 B
Kotlin
package com.gildedrose
|
|
|
|
data class Item(var name: String, var sellIn: Int, var quality: Int) |