Compare commits

..

2 Commits

Author SHA1 Message Date
70f76fb015 commit 4 2024-11-11 12:36:09 +03:00
b31de35d93 commit 3 2024-11-11 12:35:52 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#include <Windows.h> #include <Windows.h>
//void print1_10() { //void print1_10() {
// int a = 1; // int a = 2;
// do { // do {
// printf(" %d", a); // printf(" %d", a);
// a += 1; // a += 1;

View File

@ -9,7 +9,7 @@
// //
//void printElements(); //void printElements();
//void keyboardInput(); //void keyboardInput();
//void oddsX10();
//int findMin(); //int findMin();
//int more10(); //int more10();
//int findLastEven(); //int findLastEven();