Skip to content
Snippets Groups Projects
Commit afa0f950 authored by k26-chow's avatar k26-chow
Browse files

Delete task2.c

parent 2ed9c5bf
No related branches found
No related tags found
No related merge requests found
/* The C function */
int sum_of_three(int arg1, int arg2, int arg3)
{
return arg1 + arg2 + arg3;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment