https://github.com/ericboehs/euler_54
My answer to Project Euler Problem 54
https://github.com/ericboehs/euler_54
ruby
Last synced: 28 days ago
JSON representation
My answer to Project Euler Problem 54
- Host: GitHub
- URL: https://github.com/ericboehs/euler_54
- Owner: ericboehs
- Created: 2017-06-30T03:27:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T19:08:17.000Z (almost 9 years ago)
- Last Synced: 2026-03-12T03:55:37.953Z (3 months ago)
- Topics: ruby
- Language: Ruby
- Homepage: https://infinite-shelf-29232.herokuapp.com/
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.markdown
Awesome Lists containing this project
README
# Poker Hands
This is an answer to Project Euler [Problem 54](https://projecteuler.net/problem=54).
It contains a sinatra app that reveals the answer. This is hosted at https://infinite-shelf-29232.herokuapp.com.
## Running locally
```bash
bin/setup
bin/server
```
Then navigate to http://localhost:9292
## Running the tests
```
bin/test
```