This project is a collection of my Project Euler solutions in Ruby.
Run all the specs, which checks the answer for every problem:
$ rake spec
Solve a particular problem:
$ rake solve p=1
Problem 1 Solution: 233168 (0.000309 seconds)
Benchmark a particular solution (100 iterations):
$ rake bm p=1
user system total real
Problem 1: 0.030000 0.000000 0.030000 ( 0.023449)
