From cc1e6008cc6e621d0adad5d1f877e6d1a8b19b9b Mon Sep 17 00:00:00 2001 From: Danila <pochta> Date: Mon, 24 Feb 2025 13:43:49 +0300 Subject: [PATCH] secod comit --- 1.cs | 16 ++++++++++++++++ 2.cs | 16 ++++++++++++++++ 3.cs | 16 ++++++++++++++++ 4.cs | 16 ++++++++++++++++ 6.cs | 16 ++++++++++++++++ ConsoleForGive.csproj | 5 +++++ 6 files changed, 85 insertions(+) create mode 100644 1.cs create mode 100644 2.cs create mode 100644 3.cs create mode 100644 4.cs create mode 100644 6.cs diff --git a/1.cs b/1.cs new file mode 100644 index 0000000..e1966f4 --- /dev/null +++ b/1.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ConsoleForGive +{ + internal class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello World"); + } + } +} diff --git a/2.cs b/2.cs new file mode 100644 index 0000000..e1966f4 --- /dev/null +++ b/2.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ConsoleForGive +{ + internal class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello World"); + } + } +} diff --git a/3.cs b/3.cs new file mode 100644 index 0000000..e1966f4 --- /dev/null +++ b/3.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ConsoleForGive +{ + internal class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello World"); + } + } +} diff --git a/4.cs b/4.cs new file mode 100644 index 0000000..e1966f4 --- /dev/null +++ b/4.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ConsoleForGive +{ + internal class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello World"); + } + } +} diff --git a/6.cs b/6.cs new file mode 100644 index 0000000..e1966f4 --- /dev/null +++ b/6.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ConsoleForGive +{ + internal class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello World"); + } + } +} diff --git a/ConsoleForGive.csproj b/ConsoleForGive.csproj index 7a7ae37..383c287 100644 --- a/ConsoleForGive.csproj +++ b/ConsoleForGive.csproj @@ -43,6 +43,11 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="1.cs" /> + <Compile Include="2.cs" /> + <Compile Include="3.cs" /> + <Compile Include="4.cs" /> + <Compile Include="6.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup>