Skip to content

kevinrankine/crimsononline-assignments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Harvard Crimson Tech Track Comp Assignments

Assignments will be distributed through this repository.

Instructions

  1. Add your public key to GitHub.
  2. Fork this repository using the button on the top right.
  3. Clone the repository on your computer. git clone git@github.com:USERNAME/crimsononline-assignments.git
  4. cd crimsononline-assignments.
  5. Add our repository as an upstream remote. git remote add upstream git@github.com:harvard-crimson/crimsononline-assignments.git
  6. Work on the assignment!
  7. Commit your changes using git commit -am "COMMIT MESSAGE" and push to master with git push origin master
  8. Pull down new assignments using git pull upstream master.

Feel free to use your own workflow, but you're on your own if you corrupt your repository! Be sure your latest commits are visible publicly on GitHub by the deadline.

Running Python files

cd /path/to/assignmentX
python assignmentX.py    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%