This commit is contained in:
Anton 2024-11-14 22:31:17 +04:00
commit f023730829

View File

@ -20,6 +20,11 @@ void main() {
SetConsoleOutputCP(1251);
aboutme();
}
// средний треугольник
MoveToEx(hdc, 20 + x, 10 + y, NULL);
LineTo(hdc, 30 + x, 40 + y);
LineTo(hdc, 10 + x, 40 + y);
LineTo(hdc, 20 + x, 10 + y);
int me;
// fvfr