Compare commits

..

5 Commits

Author SHA1 Message Date
1713729d5e новое слияние 2024-11-14 22:16:21 +04:00
444b454924 добавил 1 лабу 2024-11-14 21:35:35 +04:00
c73c478326 добавили цикл 2024-11-14 21:28:37 +04:00
7f60455eb0 добавил ничего 2024-11-14 21:04:26 +04:00
d8aeca72f6 Merge pull request 'ветка-3' (#3) from ветка-3 into main
Reviewed-on: #3
2024-11-14 21:02:33 +04:00

View File

@ -4,6 +4,13 @@ void main() {
int N = 0;
int k = 0;
int l = 0;
void aboutme() {
printf("hello world\n");
printf("стародубцев\n");
printf("антон\n");
printf("юрьевич\n");
printf("ПИбд14\n");
printf("день:сегодня\n");
printf("privet mir");
// елочка
void StClausAuto(HDC hdc, int x, int y) {
@ -63,8 +70,50 @@ void main() {
do {
StClausAuto(hdc, x, y);
x += 50;
void main() {
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
aboutme();
}
int me;
// fvfr
for (int i = 0; i < n; i++) {
printf("%d", n);
}
void aboutme() {
printf("hello world\n");
printf("стародубцев\n");
printf("антон\n");
printf("юрьевич\n");
printf("ПИбд14\n");
printf("день:сегодня\n");
}
void main() {
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
aboutme();
}
void aboutme() {
printf("hello world\n");
printf("стародубцев\n");
printf("антон\n");
printf("юрьевич\n");
printf("ПИбд14\n");
printf("день:сегодня\n");
}
void main() {
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
aboutme();
}
// добавил ничего
printf("fghjy");
}