diff --git a/Project1/1n.c b/Project1/1n.c
index eab21e1..58012d9 100644
--- a/Project1/1n.c
+++ b/Project1/1n.c
@@ -2,5 +2,5 @@
void main()
{
- printf("Hello World!");
+ printf("Hello World!");//
}
\ No newline at end of file
diff --git a/Project1/Project1.vcxproj b/Project1/Project1.vcxproj
index d5d15ba..e255983 100644
--- a/Project1/Project1.vcxproj
+++ b/Project1/Project1.vcxproj
@@ -127,7 +127,9 @@
-
+
+ true
+
diff --git a/Project3/3n.c b/Project3/3n.c
new file mode 100644
index 0000000..171defa
--- /dev/null
+++ b/Project3/3n.c
@@ -0,0 +1,18 @@
+#include
+#include
+
+
+void main()
+{
+ SetConsoleCP(1251);
+ SetConsoleOutputCP(1251);
+
+ printf(" 1\n");
+ printf(": \n");
+ printf(": 09.09.2024\n");
+ printf(": -12-2024\n");
+ printf("\n");
+ printf("\n");
+ printf("\n");
+ printf("\n");//
+}
\ No newline at end of file
diff --git a/Project3/Project3.sln b/Project3/Project3.sln
new file mode 100644
index 0000000..91fdc76
--- /dev/null
+++ b/Project3/Project3.sln
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.11.35222.181
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project3", "Project3.vcxproj", "{5BB33C3C-945B-4F4D-B24C-B36258FC49DB}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {5BB33C3C-945B-4F4D-B24C-B36258FC49DB}.Debug|x64.ActiveCfg = Debug|x64
+ {5BB33C3C-945B-4F4D-B24C-B36258FC49DB}.Debug|x64.Build.0 = Debug|x64
+ {5BB33C3C-945B-4F4D-B24C-B36258FC49DB}.Debug|x86.ActiveCfg = Debug|Win32
+ {5BB33C3C-945B-4F4D-B24C-B36258FC49DB}.Debug|x86.Build.0 = Debug|Win32
+ {5BB33C3C-945B-4F4D-B24C-B36258FC49DB}.Release|x64.ActiveCfg = Release|x64
+ {5BB33C3C-945B-4F4D-B24C-B36258FC49DB}.Release|x64.Build.0 = Release|x64
+ {5BB33C3C-945B-4F4D-B24C-B36258FC49DB}.Release|x86.ActiveCfg = Release|Win32
+ {5BB33C3C-945B-4F4D-B24C-B36258FC49DB}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {E2391EB8-A521-45DB-B9A2-8DB2EA3DCDA3}
+ EndGlobalSection
+EndGlobal
diff --git a/Project3/Project3.vcxproj b/Project3/Project3.vcxproj
new file mode 100644
index 0000000..24db51f
--- /dev/null
+++ b/Project3/Project3.vcxproj
@@ -0,0 +1,135 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+ 17.0
+ Win32Proj
+ {5bb33c3c-945b-4f4d-b24c-b36258fc49db}
+ Project3
+ 10.0
+
+
+
+ Application
+ true
+ v143
+ Unicode
+
+
+ Application
+ false
+ v143
+ true
+ Unicode
+
+
+ Application
+ true
+ v143
+ Unicode
+
+
+ Application
+ false
+ v143
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Level3
+ true
+ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+ Level3
+ true
+ _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Project3/Project3.vcxproj.filters b/Project3/Project3.vcxproj.filters
new file mode 100644
index 0000000..b3b582d
--- /dev/null
+++ b/Project3/Project3.vcxproj.filters
@@ -0,0 +1,22 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Исходные файлы
+
+
+
\ No newline at end of file