Compare commits

..

No commits in common. "ea343ca6740d4453283038534ca0006576247497" and "323c9214360ab4e0fe0f8db14d3add214fd0d02c" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
// do {
// printf(" %d", a);
// a += 1;
// } while (a <= 10);
//}
//
//void print10_1() {
// int a = 10;

View File

@ -7,7 +7,7 @@
//int n = 0;
//
//
//void printElements();
//void keyboardInput();
//void oddsX10();
//int findMin();