We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e5110 commit 7ba14b1Copy full SHA for 7ba14b1
source-code-EXPLAINED/Program.cs
@@ -63,6 +63,7 @@ static void Main(string[] args)
63
// ...
64
// replace return; with break;
65
// }
66
+ // b--;
67
68
for (long b = a; b <= a; b--)
69
{
0 commit comments