/practice

Practice git commands

Primary LanguageHTML

Just a file
void swap(int a,int b)
{
	a=a+b;
	b=a-b;
	a=a-b;
	
}