/GildedRose-Refactoring-Kata-Java

My implementation of GildedRose-Refactoring-Kata

Primary LanguageJava

GildedRose-Refactoring-Kata-Java

This is my implementation of GildedRose-Refactoring-Kata in Java.

How to compile and run the code

Import using IDE

The project itself is a Maven project, therefore:

After you've imported it to your IDE, you can simple hit the compile button.

If you prefer to compile from the command line, you should firstly install Maven. After that you can go to the project directory and type:

mvn install

Et voila! The project is compiled.