-
Notifications
You must be signed in to change notification settings - Fork 62
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
Issue#37 #85
base: master
Are you sure you want to change the base?
Issue#37 #85
Conversation
Extra file is removed as told.
I just wanted to put pull request of my added program but the changes of my prev pull request has also been added and I don't how to avoid that . Please help me with this thing and in case of program I have added all its files and let me know that whether i just have to put up main,cpp. |
@@ -0,0 +1,43 @@ | |||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
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.
What is this file for?
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.
I have deleted the file now
introduction/Pavit/Issue#37/main.cpp
Outdated
#include <iostream> | ||
|
||
using namespace std; | ||
|
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.
Use proper indentation
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.
I have updated file with indentation. Please review it again @AkshayCHD
introduction/Pavit/about.md.txt
Outdated
@@ -0,0 +1,11 @@ | |||
# Introduction |
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.
Not relevant to the issue
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.
Deleted this but i am not getting how its being added again in new pull request
Deleted as per said
Used Indentation
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.
Remove these binary files, and put your program in programs directory in respective folders
I am unable to remove binary files as i do not find any such option along with them and another question is that do i need to open new pull request for adding this program in program directory?? |
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.
You just need to delete these files, no need for a separate PR. You should modify the same.
#37
Program to calculate factorial of a number in c++.