Revert "commit"

This reverts commit 743fdc353c.
This commit is contained in:
nikit 2024-11-11 12:38:18 +03:00
parent 97dc0d8eb1
commit 883ec05683
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 = 2; // int a = 1;
// 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();