An open API service indexing awesome lists of open source software.

https://github.com/holsee/hotelroomskata_elixir

hotels kata elixir
https://github.com/holsee/hotelroomskata_elixir

Last synced: 3 months ago
JSON representation

hotels kata elixir

Awesome Lists containing this project

README

        

# Hotels

Implementation of the [Hotel Rooms Kata](https://github.com/holsee/HotelRoomsKata) in elixir.

Run Tests:
```
mix test
```

Example:
``` elixir
Hotel.find("## * # ##") == 211
```