Within the project, open the homework.txt file and follow the directions contained in it.
- Clarification: the swap() function should swap the values
of two numbers passed to it: after x=10, y=20; and swap(...); then
x==20 and y==10.
Commit your modified versions of main.c and homework.txt
to the repository along the way and when you are done.