From 9156f36ac6c0c6f380fccb0846a0a6a2b4761391 Mon Sep 17 00:00:00 2001 From: AleksanovED Date: Thu, 6 Mar 2025 10:49:56 +0300 Subject: [PATCH] rename --- {startEnd => src}/Makefile | 0 {startEnd => src}/main.cpp | 0 {startEnd => src}/my_fin.cpp | 0 {startEnd => src}/my_start.cpp | 0 {startEnd => src}/my_start.hpp | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {startEnd => src}/Makefile (100%) rename {startEnd => src}/main.cpp (100%) rename {startEnd => src}/my_fin.cpp (100%) rename {startEnd => src}/my_start.cpp (100%) rename {startEnd => src}/my_start.hpp (100%) diff --git a/startEnd/Makefile b/src/Makefile similarity index 100% rename from startEnd/Makefile rename to src/Makefile diff --git a/startEnd/main.cpp b/src/main.cpp similarity index 100% rename from startEnd/main.cpp rename to src/main.cpp diff --git a/startEnd/my_fin.cpp b/src/my_fin.cpp similarity index 100% rename from startEnd/my_fin.cpp rename to src/my_fin.cpp diff --git a/startEnd/my_start.cpp b/src/my_start.cpp similarity index 100% rename from startEnd/my_start.cpp rename to src/my_start.cpp diff --git a/startEnd/my_start.hpp b/src/my_start.hpp similarity index 100% rename from startEnd/my_start.hpp rename to src/my_start.hpp