Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 387 Bytes

File metadata and controls

18 lines (16 loc) · 387 Bytes

HackerRankPython

Thu Jun 8 08:38:45 EDT 2017

 mkdir HackerRankPython
 cd HackerRankPython
 git init .
 echo '# HackerRankPython' >> README.md
 git add README.md
 git commit -m 'first commit' 
 git remote add origin git@github.com:chris-r-harwell/HackerRankPython.git
 git push -u origin master
 mv ../Python/* .
 git add *
 git commit -a
 git push -u origin master