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
- Host: GitHub
- URL: https://github.com/holsee/hotelroomskata_elixir
- Owner: holsee
- Created: 2016-01-27T20:20:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T20:20:49.000Z (over 9 years ago)
- Last Synced: 2025-02-05T06:44:39.888Z (4 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```