Modify Fibonacci in Odin#6002
Closed
Armanden wants to merge 1 commit into
Closed
Conversation
Change variable declarations to use explicit types.Because when a number like 500 is inputed it outputs negative numbers.
Contributor
There was a problem hiding this comment.
Hey @Armanden! Thanks for contributing to this project! We are a rather small team, so it may take some time to process this request. In the meantime, there are several ways you can make yourself a part of The Renegade Coder community. For instance, you can:
- Subscribe to the monthly newsletter
- Become a patron
- Join us on Discord
- And, check out the rest of the list which includes links to The Renegade Coder YouTube channel
Thanks for your help!
Collaborator
|
Sorry, but I don't see this as a necessary change. Please read the Contributing Guide. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
Please fill one of the sections below as applicable.
Please also add any other relevant information to the Notes section at the bottom.
You may delete or just ignore any other sections.
Please fill in the checkbox like this:
Not like these:
Please put in the relevant issue number in the
I fixed #your-issue-number-hereitem. For example, if your PR isfor an issue called
Add Convex Hull in C++, and that issue number is5164, changeyour-issue-number-hereto
5164. Do not put any space between#and the issue number. This is important because when the PR is merged,the corresponding issue will be closed.
For more information please refer to our contributing documentation
I Am Adding a New Code Snippet in an Existing Language
Add {PROJECT} in {LANGUAGE}formatI Am Adding a New Code Snippet in a New Language
Add {PROJECT} in {LANGUAGE}formattestinfo.ymlfiles (see contributing documentation)I Am Adding New Tests for a Project
Add {PROJECT} TestsformatI Am Adding New Tests for a Language
Add {LANGUAGE} Testsformattestinfo.ymlfiles (see contributing documentation)I Am Modifying an Existing Code Snippet or Existing Tests
Modify {PROJECT} {tests} in {LANGUAGE}formatOther Notes
Add notes here...
Change variable declarations to use explicit types.Because when a number like 500 is inputed it outputs negative numbers.