HacktoberFest 2022 [For 2nd year only] 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. 🤓 CONTRIBUTING! 💯 Rules: Check the Questions Here Upload Solutions to the Correct Folders i.e. all C solutions must be added to C 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 "quesn{Question_Number}.{filetype}". Example: Quesn0.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. 🤷♂️ How To: 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 linkedlist class in C++" push your changes git push Create a Pull Request to master on Web Page 👻 Alternate via Web Fork Repo on Web Page Make your changes on your forked repo Make Pull Request to master