/Grads_Day0

Fork this repository and Write a Hello World program in a programming language of your choice

Primary LanguagePython

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