From 3478caca8865af49baea514149537a5cfe1f16e6 Mon Sep 17 00:00:00 2001 From: HarshV27 <90796572+HarshV27@users.noreply.github.com> Date: Mon, 31 Oct 2022 18:44:52 +0530 Subject: [PATCH] Rename duplicate_brackets.cpp to qwerty/duplicate_brackets.cpp --- duplicate_brackets.cpp => qwerty/duplicate_brackets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename duplicate_brackets.cpp => qwerty/duplicate_brackets.cpp (94%) diff --git a/duplicate_brackets.cpp b/qwerty/duplicate_brackets.cpp similarity index 94% rename from duplicate_brackets.cpp rename to qwerty/duplicate_brackets.cpp index 30639c2..1ffd1da 100644 --- a/duplicate_brackets.cpp +++ b/qwerty/duplicate_brackets.cpp @@ -42,4 +42,4 @@ int main() } -} \ No newline at end of file +}