From 33676306e6414f3f544c1a662f17cce489217efe 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:32:54 +0200 Subject: [PATCH] Rename 17.cpp to tema_1/17.cpp --- 17.cpp => tema_1/17.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename 17.cpp => tema_1/17.cpp (99%) diff --git a/17.cpp b/tema_1/17.cpp similarity index 99% rename from 17.cpp rename to tema_1/17.cpp index d31055d..b6152b4 100644 --- a/17.cpp +++ b/tema_1/17.cpp @@ -51,4 +51,4 @@ int main(){ std::cout << n << " cu toate aparitiile cifrei 0 inlocuite cu cifra 1 este "; std::cout << nFinal << std::endl; return 0; -} \ No newline at end of file +}