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

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

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
```