Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stevenewbs entry for competition 7 #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 17, 2014

  1. Configuration menu
    Copy the full SHA
    8204ad3 View commit details
    Browse the repository at this point in the history
  2. Fix indenting

    stevenewbs committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    2f4277d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2014

  1. Break vs continue for numeral representation

    The challenge code shows 
    20 = X I X I 
    Where as mine shows
    20 = X X
    
    Changing the break for a continue gives you this difference
    stevenewbs committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    cf07d79 View commit details
    Browse the repository at this point in the history