chore: removed ReSharper note

This commit is contained in:
moonleay 2024-11-20 18:39:57 +01:00
parent 94429c69e1
commit 3a574f9616
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -11,7 +11,6 @@ const vector<string> middle_digit_strings = {
int main() int main()
{ {
int input; 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 * Use while (true) with break instead of while(cin) to be able to instantly stop the loop in case of an invalid input
*/ */