From 98920d6306814df6a6ab53188733bf6d2fcde8bb Mon Sep 17 00:00:00 2001 From: workkavint-ship-it Date: Wed, 11 Feb 2026 10:30:31 +0530 Subject: [PATCH] Update Test.cpp --- Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.cpp b/Test.cpp index e56cb35..f49d678 100644 --- a/Test.cpp +++ b/Test.cpp @@ -1,6 +1,6 @@ #include void example() { - auto value = 10; // ❌ violates rule + int value = 10; std::cout << value << std::endl; }