/corporate-hotel-booking-kata

My kotlin attempt to this kata https://katalyst.codurance.com/corporate-hotel-booking

Primary LanguageKotlin

Corporate Hotel Booking Kata

My attempt to this kata

Warning: I do not know Kotlin that much at that time.

native Install

First you'll need gradle, it's easier to install it through SDKMAN!

sudo curl -s "https://get.sdkman.io" | bash
sdk install gradle

Testing

It uses kotlintest and cucumber (make acceptance)