From 4187583b5ce8e9a5cb77dd9ca43f0f4c4d5c7542 Mon Sep 17 00:00:00 2001 From: Sagnik Bagchi Date: Thu, 1 Oct 2020 11:30:56 +0530 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md 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