From 484bd4a8c1360fff1e09d6f5a50514a85ddb7141 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:33:44 +0200 Subject: [PATCH] Rename 20.cpp to tema_2/20.cpp --- 20.cpp => tema_2/20.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename 20.cpp => tema_2/20.cpp (99%) diff --git a/20.cpp b/tema_2/20.cpp similarity index 99% rename from 20.cpp rename to tema_2/20.cpp index 5ceab34..504fc8a 100644 --- a/20.cpp +++ b/tema_2/20.cpp @@ -34,4 +34,4 @@ int main (){ std::cout << "primele doua maxime sunt " << max1; std::cout << " respectiv " << max2 << std::endl; } -} \ No newline at end of file +}