мда
This commit is contained in:
commit
f023730829
@ -20,6 +20,11 @@ void main() {
|
|||||||
SetConsoleOutputCP(1251);
|
SetConsoleOutputCP(1251);
|
||||||
aboutme();
|
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;
|
int me;
|
||||||
// fvfr
|
// fvfr
|
||||||
|
Loading…
Reference in New Issue
Block a user