acm-mjct / Utilities

8 stars 86 forks source link

Create sumof_odd_numbers.c #142

Closed TAHINIYATH closed 2 years ago

TAHINIYATH commented 2 years ago

Describe approach to solve the issue. sum of odd numbers between two numbers using c

legendhimself commented 2 years ago

move the file to the proper directory, since this is done c, move the file to c directory and rename your file with this syntax: username.functionName.extension

TAHINIYATH commented 2 years ago

move the file to the proper directory, since this is done c, move the file to c directory

can u tell me how to rename it

legendhimself commented 2 years ago

move the file to the proper directory, since this is done c, move the file to c directory

can u tell me how to rename it

This pullrequest was made with branch called patch-4 Steps:

git checkout patch-4
git pull

YOU WILL SEE Sumof_odd_numbers.c ON YOUR ROOT DIR, MOVE IT TO THE PROPER DIR WITH PROPER SYNTAX once your done with renaming

git add .
git commit-m "fix: file name"
git push