Rename 20.cpp to tema_2/20.cpp

This commit is contained in:
Alexandru Tofănel
2025-12-09 16:33:44 +02:00
committed by GitHub
parent 66947a8a9d
commit 484bd4a8c1
+1 -1
View File
@@ -34,4 +34,4 @@ int main (){
std::cout << "primele doua maxime sunt " << max1; std::cout << "primele doua maxime sunt " << max1;
std::cout << " respectiv " << max2 << std::endl; std::cout << " respectiv " << max2 << std::endl;
} }
} }