Skip to content

Latest commit

History

History
44 lines (37 loc) 路 1.31 KB

README.md

File metadata and controls

44 lines (37 loc) 路 1.31 KB

logo

Project Euler

Algorithm Exercise Solutions

Project Euler Screenshot
Solutions to problems presented in Project Euler.

Getting Started with Project Euler

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

Things you need to install beforehand:

  • Middleman - Middleman Static Site Framework
  • Bundler - Ruby Gem

Installing

Open terminal and run the following lines of code to clone and run this project.

$ git clone https://github.com/SeeYouSpaceCowboy/project-euler.git
$ cd project-euler
$ bundle install
$ middleman server

This project should now be running locally on port 4567.

Built With

  • Middleman - Static Site Generator based of Rails.

Contributors

Project Euler was built by Mohammed Chisti.