Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit aff82b4

Browse files
authored
Add files via upload
Bugfix
1 parent f6774e6 commit aff82b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GeneticalAlgorythm/GeneticalAlgorythm/GeneticalAlgorythm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ int main() {
239239
cout << "\nCycles: " << cycles << endl;
240240
cout << "\nEnd of the BestLines ClearEdition\n";
241241
system("pause");
242+
break;
242243
}
243244
TrueCounter1 = 0;
244245
TrueCounter2 = 0;
@@ -252,6 +253,5 @@ int main() {
252253
}
253254

254255
}
255-
system("pause");
256256
return 0;
257257
}

0 commit comments

Comments
 (0)