third commit

This commit is contained in:
My Name 2024-11-06 13:44:07 +04:00
parent 8e462c809e
commit 96bb7449f7

View File

@ -20,11 +20,7 @@ void Task2() {
printf("Task2() FINISH\n");
}
void Task3() {
printf("Task3() START\n");
printf("Task3() FINISH\n");
}
void main() {
SetConsoleCP(1251);