From 66947a8a9dbc8180ea63944d1cd95d6813ec33bc 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:21 +0200 Subject: [PATCH] Rename 19_final.cpp to tema_1/19_final.cpp --- 19_final.cpp => tema_1/19_final.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename 19_final.cpp => tema_1/19_final.cpp (99%) diff --git a/19_final.cpp b/tema_1/19_final.cpp similarity index 99% rename from 19_final.cpp rename to tema_1/19_final.cpp index 72b2448..c240e8b 100644 --- a/19_final.cpp +++ b/tema_1/19_final.cpp @@ -54,4 +54,4 @@ int main(){ std::cin >> nrEl; divDoiCinci(nrEl); return 0; -} \ No newline at end of file +}