READ THE RULES FOR CONTRIBUTION CAREFULLY! Any PR (Pull Request) that violates rules will be marked SPAM.
A repository containing basic programming questions in C, C++ and Python.
Not Affiliated with Digital Ocean or Hacktoberfest.
Starts on Oct 1st 8 Hrs
Ends on Oct 31st 23:59 Hrs
- Check the Questions Here
- Upload Solutions to the Correct Folders i.e. all solutions for q1 must be in q1 folder only.
- If any Question is solved in C then a PR made to the same question in C++ will not be accepted. Vice-versa also applies.
- All the files must be names as "q{Question_Number}.{filetype}". Example: q1.cpp
- Solve only 1 question in 1 PR. PRs with multiple questions will be rejected.
- Create at most 4 PRs. Any more after that wont be accepted.
- Incorrect solutions will not be accepted.
- Kindly send your institute Roll No. while making your PR.
- Mails regarding rejection of PRs will not be entertained.
- CS Club IIITDM has all rights to reject PRs and the decision made by the cores will be final in this regard.
- All PRs will be accepted on a First Come First Serve Basis.
- Please give us 48hrs at max to respond to submitted PRs.
- Fork Repo on Web Page
git clone https://github.com/{your-username}/Hacktoberfest-basic
- Code your files in the proper directory based on the instructions above
- add all your files
git add your/directory/path/to/file/
(see new directory structure above) - commit your file changes
git commit -m "Whatever you did here, e.g. created q1.py"
- push your changes
git push
- Create a Pull Request on Web Page
- Fork Repo on Web Page
- Make your changes on your forked repo
- Make a Pull Request