From 55a1b24374565cd0127dace50f4eac8d8cda2100 Mon Sep 17 00:00:00 2001 From: Rajdeep Das Date: Sun, 9 Oct 2022 16:31:07 +0530 Subject: [PATCH] Rename Zuber Rahman/image_rotation_v2.cpp to Hacktoberfest-2021/Zuber Rahman/image_rotation_v2.cpp --- .../Zuber Rahman}/image_rotation_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {Zuber Rahman => Hacktoberfest-2021/Zuber Rahman}/image_rotation_v2.cpp (99%) diff --git a/Zuber Rahman/image_rotation_v2.cpp b/Hacktoberfest-2021/Zuber Rahman/image_rotation_v2.cpp similarity index 99% rename from Zuber Rahman/image_rotation_v2.cpp rename to Hacktoberfest-2021/Zuber Rahman/image_rotation_v2.cpp index 86991ca..328fb10 100644 --- a/Zuber Rahman/image_rotation_v2.cpp +++ b/Hacktoberfest-2021/Zuber Rahman/image_rotation_v2.cpp @@ -48,4 +48,4 @@ int main() reverse_all(a, n); display(a, n); return 0; -} \ No newline at end of file +}