Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 526 Bytes

README.rdoc

File metadata and controls

23 lines (12 loc) · 526 Bytes

Project Euler Problem 54: Poker Hands

Description

This is a simple ruby script to evaluate how many times Player 1 is the winner inside poker.txt. This is the solution to Problem 54 on ProjectEuler.net.

Project Setup

1) Run your standard bundle commands

$ gem install bundler
$ bundle

2) Run the full test suite - at the time of this writing, all tests should pass 100%

$ rake

Running The Program

Simply Run the parser and display the answer.

$ rake poker