Compare commits
No commits in common. "70b00589921b12e224af5ed76bb44e71a146e603" and "65d16032685f05363772bbc7c54b4da22bdb3da0" have entirely different histories.
70b0058992
...
65d1603268
@ -1,7 +1,27 @@
|
||||
#include <stdio.h>
|
||||
#include <Windows.h>
|
||||
|
||||
void main() {
|
||||
printf("Hello World!");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void main2() {
|
||||
|
||||
SetConsoleCP(1251);
|
||||
SetConsoleOutputCP(1251);
|
||||
|
||||
printf("Ëàáîðàòîðíàÿ ðàáîòà 1\n");
|
||||
printf("Ïðåäìåò: Îñíîâû ïðîãðàììèðîâàíèÿ\n");
|
||||
printf("Äàòà: 05.09.24\n");
|
||||
printf("Ãðóïïà: ÏÈáä-12-2024\n");
|
||||
printf("\n");
|
||||
printf("Ïàâëîâè÷\n");
|
||||
printf("Èâàí\n");
|
||||
printf("Ðîòîâ\n");
|
||||
}
|
||||
|
||||
void main3(){
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user