This repo will be partcipating in the Hacktoberfest 2021.
Readme Credit goes to @yashsanghvi2001
This is a beginners repository for anyone wishing to contribute to HacktoberFest 2021
- Fork the repository
- Add your program in the folder where it is supposed to go
- Generate your Pull Request
Please commit your files in the respective folders.
Ex:- .py
files must go in python/
folder and files without an extension must go in the misc
folder.
< Added Unique program > // please change this accordingly
$ git clone <URL>
$ cd <FolderName>
Add your Program
$ git add .
$ git commit -m "<Commit MESSAGE>"
$ git push origin <new_branch>
Go and Generate your first Pull request from Github