Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 334 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 334 Bytes

COMP2030-GitTutorial

This repository is the base repository that students will fork and use for the git / github recitation.

It contains the python files fib.py and test_fib.py. fib.py is the a toy example that students will modify, write pull requests as a pair during the recitation. test_fib.py contains the pytest test cases.