Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 477 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 477 Bytes

Day 0 Assignment for Grads 2020

  1. Fork this repository and create your remote repo
  2. Clone your forked repository onto your computer
  3. Create a folder with your github username as the name inside your local repository
  4. Write a "Hello World!" program in a programming language of your choice and place it inside the folder created above.
  5. Commit changes to your local repository
  6. Push to remote repository.
  7. Raise a pull request to merge your code with upstream