hacktoberfest2022
                                
                                 hacktoberfest2022 copied to clipboard
                                
                                    hacktoberfest2022 copied to clipboard
                            
                            
                            
                        Hactoberfest 2022, Python Leetcode answers, DSA in Python, Practice codes
Hacktober-Fests
Hey everyone! below you can learn to contribute to open source 😊.
- Step 0: Watch this short video tutorial to get and idea about git and github. or read FIRST-CONTRIBUTIONS
- Step 1: Fork 👨💻 the repository by clicking the top right fork button on github or the emoji in this line.
- Step 2: Add your contribution.
git clone "url you just copied"
cd first-contributions
git switch -c your-new-branch-name
git add .
git commit -m "Add your-name to Contributors list"
git push origin -u your-branch-name
Compare & pull request