From 9c57662b16e38430a9753e0e3794a38e2182af3c Mon Sep 17 00:00:00 2001 From: "abasev360@gmail.com" Date: Thu, 14 Nov 2024 12:39:44 +0400 Subject: [PATCH] Commit 1 --- num4.cpp | 22 ++++++++++++++++++++++ num5.cpp | 0 2 files changed, 22 insertions(+) create mode 100644 num4.cpp create mode 100644 num5.cpp diff --git a/num4.cpp b/num4.cpp new file mode 100644 index 0000000..c64453c --- /dev/null +++ b/num4.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 diff --git a/num5.cpp b/num5.cpp new file mode 100644 index 0000000..e69de29