Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.94 KB

README.md

File metadata and controls

32 lines (28 loc) · 1.94 KB

Hello World

INSTRUCTIONS

  • ⭐ Make sure to Star this Repository GitHub stars
    (Not the one you have forked)
  • ⭐ Fork this Repository
  • ⭐ Clone your forked repository to your PC.
  • ⭐ Create a new branch for your modifications.
    • git branch new-user and check it out git checkout new-user or simply do git checkout -b new-user
  • ⭐ Add your code
    • Add your files git add -A, commit git commit -m "added myself" and push git push origin new-user
  • ⭐ Create a pull request
➡️➡️➡️ If you have done all the above Instructions, your PR will surely be accepted

💡 If you can't find any new languages try updating the existing codes

💡 You can add Programs other than "Hello World!" in Programs in different languages folder