Skip to content

wuha5086/Hackerrank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

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