401 Foundation of Programming Class echo "# 401" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/connjin/401.git git push -u origin master