From 87890bb97e395db58ca89f1ab6a0a35d8d2623d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru=20Tof=C4=83nel?= <237447640+talexbo@users.noreply.github.com> Date: Tue, 9 Dec 2025 16:37:58 +0200 Subject: [PATCH] Rename zigzag4.cpp to tema_2/zigzag4.cpp --- zigzag4.cpp => tema_2/zigzag4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename zigzag4.cpp => tema_2/zigzag4.cpp (99%) diff --git a/zigzag4.cpp b/tema_2/zigzag4.cpp similarity index 99% rename from zigzag4.cpp rename to tema_2/zigzag4.cpp index b39a894..4924226 100644 --- a/zigzag4.cpp +++ b/tema_2/zigzag4.cpp @@ -91,4 +91,4 @@ int main() { std::cout << std::endl; return 0; -} \ No newline at end of file +}