Merge pull request 'kom2' (#1) from vetv1 into main

Reviewed-on: #1
This commit is contained in:
Denis_5438 2024-11-15 16:19:26 +04:00
commit d5558bebca

View File

@ -1 +1,11 @@

#include <stdio.h>
#include <Windows.h>
void main()
{
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
printf("Тимкин Денис");
printf("ПИбд-14");
}