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

input bugs #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 1, 2019

  1. Create Subway.rb

     I convert one method to function but the other one still normal Method Plus I'm facing some bugs That when I Choose From different line It's always Start From The Beginning Of the next line 
    for example 
    start line is RED =[1,2,3,4,5,6]
    end line is GREEN = [1,2,3,4,5,6,7]
    
    I want to travel from line RED satiation 2  to line GREEN satiation 6
    
     the assumed result should be 2-3-4 in RED line and 5-6-7 in GREEN line
    
    The actual result is 2-3-4 in RED line and 1-2-3
    Mohammad1704 committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    3a43d03 View commit details
    Browse the repository at this point in the history