swap() function should swap the values
of two numbers passed to it: after x=10, y=20; and swap(...); then we should have
x==20 and y==10.Commit your modified versions of main.c and homework.txt to the repository along the way and (especially) when you have completed the assignment.