Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 338 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 338 Bytes

Hackerrank coding challenge in Python 3

Upload Project/Files On Github Using Command line:

cd/your project directory

  1. git init
  2. git add . or git add ['filename']
  3. git commit -m "My first File"
  4. git remote add origin https://github.com/yourusername/your-repo-name.git
  5. git pull origin master
  6. git push origin master