chore: removed ReSharper note
This commit is contained in:
parent
94429c69e1
commit
3a574f9616
1 changed files with 0 additions and 1 deletions
1
main.cpp
1
main.cpp
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue