diff --git a/Lab1/Lab1/1.cpp b/Lab1/Lab1/1.cpp index 6d2ca77..575e15a 100644 --- a/Lab1/Lab1/1.cpp +++ b/Lab1/Lab1/1.cpp @@ -1,7 +1,27 @@ +#include +#include + +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(){