From 17bbb168113c76d44596737453759d99c8436d55 Mon Sep 17 00:00:00 2001 From: "abasev360@gmail.com" Date: Tue, 5 Nov 2024 15:46:27 +0400 Subject: [PATCH] 1 --- н4.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 н4.cpp diff --git a/н4.cpp b/н4.cpp new file mode 100644 index 0000000..c64453c --- /dev/null +++ b/н4.cpp @@ -0,0 +1,22 @@ +#include +#include +void main() +{ + SetConsoleCP(1251); + SetConsoleOutputCP(1251); + + + printf(" _______\n"); + printf(" /*/***\\*\\ \n"); + printf(" /*/ \\*\\ \n"); + printf(" /*/ \\*\\ \n"); + printf(" /*/ \\*\\ \n"); + printf(" \\*\\ /*/\n"); + printf(" \\*\\ /*/\n"); + printf(" \\*\\ /*/\n"); + printf(" \\*\\***/*/\n"); + printf(" ````````\n"); + printf(" RENAULT \n"); + + +} \ No newline at end of file