Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 609 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 609 Bytes

Hello World In Every Language

INSTRUCTIONS-

  • ⭐ Fork this Repository using the button at the top on the right corner.
  • ⭐ Clone your forked repository to your PC ( git clone "url from clone option.)
  • ⭐ Create a new branch for your modifications (ie. git branch new-user and check it out git checkout new-useror simply dogit checkout -b new-user`)
  • ⭐ Add your Hello World code ( use drag and drop option or upload by commands.)
  • ⭐ Add your files (git add -A), commit (git commit -m "added myself") and push (git push origin new-user)
  • ⭐ Create a pull request
  • ⭐ Star this repository