From 1036cade95eceb3bd6c18c01ab0cd061067203f1 Mon Sep 17 00:00:00 2001 From: AleksanovED Date: Thu, 6 Mar 2025 10:45:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81=20?= =?UTF-8?q?=D1=84=D0=B0=D0=B9=D0=BB=D0=B8=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile => startEnd/Makefile | 0 main.cpp => startEnd/main.cpp | 0 my_fin.cpp => startEnd/my_fin.cpp | 0 my_start.cpp => startEnd/my_start.cpp | 0 my_start.hpp => startEnd/my_start.hpp | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename Makefile => startEnd/Makefile (100%) rename main.cpp => startEnd/main.cpp (100%) rename my_fin.cpp => startEnd/my_fin.cpp (100%) rename my_start.cpp => startEnd/my_start.cpp (100%) rename my_start.hpp => startEnd/my_start.hpp (100%) diff --git a/Makefile b/startEnd/Makefile similarity index 100% rename from Makefile rename to startEnd/Makefile diff --git a/main.cpp b/startEnd/main.cpp similarity index 100% rename from main.cpp rename to startEnd/main.cpp diff --git a/my_fin.cpp b/startEnd/my_fin.cpp similarity index 100% rename from my_fin.cpp rename to startEnd/my_fin.cpp diff --git a/my_start.cpp b/startEnd/my_start.cpp similarity index 100% rename from my_start.cpp rename to startEnd/my_start.cpp diff --git a/my_start.hpp b/startEnd/my_start.hpp similarity index 100% rename from my_start.hpp rename to startEnd/my_start.hpp