Skip to content

Commit

Permalink
N31 is mark done
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdurahmon0412 committed Aug 28, 2023
1 parent e6875e9 commit 99b84e0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Homeworks.sln
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "N29_HT2", "N29_HT2\N29_HT2.
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "N30", "N30", "{B205911E-8F8D-40C2-9EC1-48FAF86B101F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "N30_HT1", "N30_HT1\N30_HT1.csproj", "{799244FD-D270-4279-B1CE-45490D723511}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "N30_HT1", "N30_HT1\N30_HT1.csproj", "{799244FD-D270-4279-B1CE-45490D723511}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "N31", "N31", "{B6E66B4C-4AB3-448A-AA3A-4CF1ABC73A0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "N31_HT1", "N31_HT1\N31_HT1.csproj", "{828B3A0A-860E-48E7-849D-6E2D6DAF139F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -443,6 +447,10 @@ Global
{799244FD-D270-4279-B1CE-45490D723511}.Debug|Any CPU.Build.0 = Debug|Any CPU
{799244FD-D270-4279-B1CE-45490D723511}.Release|Any CPU.ActiveCfg = Release|Any CPU
{799244FD-D270-4279-B1CE-45490D723511}.Release|Any CPU.Build.0 = Release|Any CPU
{828B3A0A-860E-48E7-849D-6E2D6DAF139F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{828B3A0A-860E-48E7-849D-6E2D6DAF139F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{828B3A0A-860E-48E7-849D-6E2D6DAF139F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{828B3A0A-860E-48E7-849D-6E2D6DAF139F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -529,6 +537,7 @@ Global
{2134C7A8-2A49-4FBF-99A0-31C4C9F00430} = {16C59686-F473-4CC1-8B20-BC77DCD71AF9}
{4C02A3B2-C889-4899-9E42-15E266F16C93} = {16C59686-F473-4CC1-8B20-BC77DCD71AF9}
{799244FD-D270-4279-B1CE-45490D723511} = {B205911E-8F8D-40C2-9EC1-48FAF86B101F}
{828B3A0A-860E-48E7-849D-6E2D6DAF139F} = {B6E66B4C-4AB3-448A-AA3A-4CF1ABC73A0C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B77269B-B20D-4860-9637-2E2771096EE6}
Expand Down
2 changes: 1 addition & 1 deletion N30_HT1/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

using N30_HT1;

string InsideFile = "Loremsd;akldj;askldfdskadlkasdjf[asdkfsjafljkq[ae ipsum dolor sit amet consectetur adipisicing elit. quaerat est quas commodi quibusdam labore, nihil " +
string InsideFile = "Lorem ipsum dolor sit amet consectetur adipisicing elit. quaerat est quas commodi quibusdam labore, nihil " +
"doloribus quam temporibus inventore optio expedita consectetur voluptatem QUIDEM nulla soluta earum. Numquam rem alias minima" +
" culpa iste distinctio. Eum similique est consequuntur minus, odio nisi recusandae iure asperiores facere, reiciendis voluptate " +
"maiores! Repellat, dolorum!";
Expand Down
10 changes: 10 additions & 0 deletions N31_HT1/N31_HT1.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
2 changes: 2 additions & 0 deletions N31_HT1/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");

0 comments on commit 99b84e0

Please sign in to comment.