Create a function called bangBang() that drives the robot following a black line. It should use bang-bang control:
Warning: the robot's motion won't look pretty! Also, while it should follow any simple line that is sufficiently wide, don't expect it to follow any line whatsoever.
Add code to the main function that tests your bangBang function.
Both partners should checkout the project and both should end up with the code on their laptop, but only ONE of the partners should commit (turn in) the work.