Compare commits

..

No commits in common. "d5558bebca931df5aa53ede9fbe15309688bdc5d" and "c48bbff0850bda930ff15c5669a34905bcd723bd" have entirely different histories.

View File

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