мда
This commit is contained in:
commit
f023730829
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user