Welcome to the C Programming Assignment! In this project, you will implement a sum()
function in C, compile the program, run it to ensure it works, and submit your solution via GitHub Classroom. Follow the instructions carefully to complete the assignment.
You are required to:
- Complete the
sum()
function inside themain.c
file. - Compile the code using the provided Makefile.
- Run the program to verify that it works.
- Push your changes to your GitHub repository.
- Click the assignment link provided by your instructor.
- Log in with your GitHub account (or create one if needed).
- Click "Accept this Assignment".
- A private repository will be created for you.
- Open a terminal or Git Bash.
- Clone your private repository:
git clone <your-repo-url> cd <your-repo-folder>