-
Notifications
You must be signed in to change notification settings - Fork 53
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 a basic factorial program #9
Comments
Can i add C++ implementation of the same? |
@riyapannu7 Go ahead! This will remain an open issue and people can add the implementation for different languages. |
Getting "remote: Permission to utkarsh-shekhar/basic-programs.git denied to DailyMatters.", any idea on why this is happening? |
Hi @DailyMatters, make sure you fork this repo and then make changes to your fork. After that raise a pull request against this repo for the changes that you have done. I'll be happy to help if any help is needed. :) |
doing this in javascript |
can I use Java to do the same |
I have added factorial program in Ruby but my hacktoberfest pull request count did not increase? |
@IamMukulTaneja I can see 2 PRs raised for this repo when I check your username. :) |
This is for git beginners.
Please add a basic factorial program in the language of your choice. Make sure you handle negative cases by either raising an exception or by printing a relevant message. See readme for the structure.
Do let me know if anything is not clear.
The text was updated successfully, but these errors were encountered: