Skip to content

A HacktoberFest 2022 repository for 2nd years studying at IIITDMK only.

Notifications You must be signed in to change notification settings

CSClub2022/hacktoberfest-basic

 
 

Repository files navigation

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.



Hacktoberfest



🤓 CONTRIBUTING!

💯 Rules:

  1. Check the Questions Here
  2. Upload Solutions to the Correct Folders i.e. all C solutions must be added to C folder only
  3. 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.
  4. All the files must be names as "quesn{Question_Number}.{filetype}". Example: Quesn0.cpp
  5. Solve only 1 question in 1 PR. PRs with multiple questions will be rejected.
  6. Create at most 4 PRs. Any more after that wont be accepted.
  7. Incorrect solutions will not be accepted.
  8. Kindly send your institute Roll No. while making your PR.
  9. Mails regarding rejection of PRs will not be entertained.
  10. CS Club IIITDM has all rights to reject PRs and the decision made by the cores will be final in this regard.
  11. All PRs will be accepted on a First Come First Serve Basis.
  12. Please give us 48hrs at max to respond to submitted PRs.

🤷‍♂️ How To:

  1. Fork Repo on Web Page
  2. git clone https://github.com/{your-username}/Hacktoberfest-basic
  3. Code your files in the proper directory based on the instructions above
  4. add all your files git add your/directory/path/to/file/ (see new directory structure above)
  5. commit your file changes git commit -m "Whatever you did here, e.g. created linkedlist class in C++"
  6. push your changes git push
  7. Create a Pull Request to master on Web Page

👻 Alternate via Web

  1. Fork Repo on Web Page
  2. Make your changes on your forked repo
  3. Make Pull Request to master

About

A HacktoberFest 2022 repository for 2nd years studying at IIITDMK only.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.2%
  • C++ 25.9%
  • Python 1.9%