Compare commits

..

No commits in common. "e5cf43adc139946843cfe9b652fd3e857d7a61c5" and "a910579cd005922d9299fe47dc1d69a193cb3a76" have entirely different histories.

View File

@ -6,7 +6,7 @@
// //printf("main() finish\n"); // //printf("main() finish\n");
//} //}
//89...
//int isPrime(int num) { //int isPrime(int num) {
// int del = 2; // int del = 2;
// while (del < num) { // while (del < num) {