GildedRose-Refactoring-Kata/scala
2025-03-15 21:36:24 +00:00
..
project Updae to scala 3 2025-03-15 21:36:24 +00:00
src Updae to scala 3 2025-03-15 21:36:24 +00:00
.gitignore
build.sbt Updae to scala 3 2025-03-15 21:36:24 +00:00
README.md Updae to scala 3 2025-03-15 21:36:24 +00:00

Gilded Rose starting position in Scala 3 scalatest

Build the project

sbt compile

Run the Gilded Rose Command-Line program

For e.g. 10 days:

sbt "run 10"

Run all the unit tests

sbt test