diff --git a/ConsoleApplication1/ConsoleApplication1.cpp b/ConsoleApplication1/ConsoleApplication1.cpp index 5f28270..beee8fd 100644 --- a/ConsoleApplication1/ConsoleApplication1.cpp +++ b/ConsoleApplication1/ConsoleApplication1.cpp @@ -1 +1,51 @@ - \ No newline at end of file + +#include +#include + +void main() +{ + SetConsoleCP(1251); + SetConsoleOutputCP(1251); + printf("Hello world\n"); + printf("\n"); + + printf("Скобелев\n"); + printf("Никита\n"); + printf("Никитич\n"); + printf("Группа:Пибд-14\n"); + printf("Дата:09.01.2024\n"); + printf("Предмет:Основы программирования\n"); + printf("Лабораторная работа номер 1\n"); + + printf("\n"); + printf("Группа:Пибд-14\n"); + printf("Дата:09.01.2024\n"); + printf("Предмет:Основы программирования\n"); + printf("Лабораторная работа номер 1\n"); + + + printf("Скобелев\n"); + printf("Никита\n"); + printf("Никитич\n"); + + + printf(" \n"); + printf(" \n"); + printf(" \n"); + printf(" ***\n"); + printf(" * **\n"); + printf(" * **\n"); + printf(" * *\n"); + printf(" * **\n"); + printf(" * ** \n"); + printf(" ***\n"); + printf(" *\n"); + printf(" *\n"); + printf(" *\n"); + printf(" ****************\n"); + printf(" ************\n"); + printf(" **********\n"); + + +} +// Run program: Ctrl + F5 or Debug > Start Without Debugging menu