This commit is contained in:
nikit 2024-11-11 12:41:52 +03:00
parent 9722fe79d1
commit ea343ca674

View File

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