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; }