Compare commits

..

No commits in common. "cdc8af48d8c9e99e3e40a584008339ec32b36a5c" and "4731a695e9286e9d6425c9960f6cb50e273e6af6" have entirely different histories.

View File

@ -1,12 +1,6 @@
#include <stdio.h>
#include <Windows.h>
void print1_10() {
int a = 1;
do {
@ -73,11 +67,6 @@ void print1000_0_n() {
}
}
void main() {
SetConsoleCP(1251);
SetConsoleOutputCP(1251);