Programming Project: Cloning and Submitting Git Repository Projects in Kit


You should work on this project individually.

In this project, you will clone a Git repository from Kit, add a simple C "Hello, World" program to it, test your program, and commit and push your changes back to Kit.

To start getting used to programming in C, read Chapter 1 of K & R through section 1.6 (you may also want to take a look at the first few sections of chapter 5).