rohitkoh123 / Programming-Resources

This repository contains all the resources related to programming

Home Page:https://hacktoberfest.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programming-Resources

This repository contains all the resources related to programming

What's in it for you? 🤔

  • Meet fellow coders, build a team.
  • Get your questions answered and help others by answering theirs.
  • Share your creative ideas about improving this community.
  • Showcase you previous works as a motivation for others.
  • Resources to get you started and sharpening the skills.
  • And lot of things coming from you.

Follow the below steps for contribution

  1. first fork this repo
  1. make a directory/folder on your local system and initial it,
mkdir <your directory name>
git init
  1. then clone this repository on your local system by running below command
git clone "your forked repo url"
  1. Work on the project
  1. after creating your changes and in order to add your changes run the following command
git add .
  1. Its time to commit the changes made
git commit -m "your valid commit message"
  1. then push the changes that you have made, run the below command,
git push -u origin main

"All the best for the event" ✨

Show some ❤ by starring⭐ the repository.

About

This repository contains all the resources related to programming

https://hacktoberfest.com/

License:MIT License


Languages

Language:C++ 59.7%Language:HTML 17.8%Language:Java 12.8%Language:CSS 6.4%Language:C 2.3%Language:Python 0.9%