diff --git a/README.md b/README.md new file mode 100644 index 0000000..716046b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Swapping 2 numbers + +This code will help to swap two numbers. +For example : There are two numbers, 5 and 10. It'll be swapped and the output will be 10 and 5