From 3a574f9616f0c4a2ea8636decf3b498071fd8942 Mon Sep 17 00:00:00 2001 From: moonleay Date: Wed, 20 Nov 2024 18:39:57 +0100 Subject: [PATCH] chore: removed ReSharper note --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index bddcb5a..8b2261c 100644 --- a/main.cpp +++ b/main.cpp @@ -11,7 +11,6 @@ const vector middle_digit_strings = { int main() { int input; - // ReSharper disable once CppDFAEndlessLoop /* * Use while (true) with break instead of while(cin) to be able to instantly stop the loop in case of an invalid input */