-
-
Notifications
You must be signed in to change notification settings - Fork 566
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
Added Fibonacci in Perl #1944
Added Fibonacci in Perl #1944
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great addition!
I think there was a problem while merging the four pull requests that I had done. Only #1944 pull request was reflected on the master repo. The changes made by pull requests #1920 , #1929 , #1932 were not reflected in the master repo. This is probably due to the fact that #1944 is a branch which has commits wherein I have removed the other files mentioned in the other 3 pull requests. I request you to only merge the last commit rather than all the commits or if any other solution exists let me know. |
I see what you're saying! I tried reverting this change (#1990), but it seems the only code that comes back is the AutoHotKey script. |
I will add the all the files to this branch itself. Then just merge the files. I think this should work. |
I have opened a new pull request (#1991 ) which contains all the files. I think it will look fine after merging. If there any issues let me know. |
Congrats on taking the first step to contributing to the Sample Programs repository maintained by The Renegade Coder!
For simplicity, please make sure that your pull request includes one and only one contribution.
Complete the Applicable Sections Below
Find which section best describes your pull request and make sure you fill it out. To start, let us know which issue you've fixed.
Code Snippets
Added/Updated <Sample Program> in <Language>
formatTesting
Added/Updated <Language>/<Project> Testing
formatNotes
Feel free to describe what you added or updated.