diff --git a/0.sln b/0.sln new file mode 100644 index 0000000..d5f0986 --- /dev/null +++ b/0.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.32126.315 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "0", "0\0.csproj", "{44D2FF5E-EF84-4E1B-AFFD-0FD652325A32}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {44D2FF5E-EF84-4E1B-AFFD-0FD652325A32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {44D2FF5E-EF84-4E1B-AFFD-0FD652325A32}.Debug|Any CPU.Build.0 = Debug|Any CPU + {44D2FF5E-EF84-4E1B-AFFD-0FD652325A32}.Release|Any CPU.ActiveCfg = Release|Any CPU + {44D2FF5E-EF84-4E1B-AFFD-0FD652325A32}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4C41F8A8-934D-4493-9767-0EFED0C61C94} + EndGlobalSection +EndGlobal diff --git a/0/0.csproj b/0/0.csproj new file mode 100644 index 0000000..5a4a0ad --- /dev/null +++ b/0/0.csproj @@ -0,0 +1,9 @@ + + + + Exe + netcoreapp3.1 + _0 + + + diff --git a/0/Program.cs b/0/Program.cs new file mode 100644 index 0000000..77c881d --- /dev/null +++ b/0/Program.cs @@ -0,0 +1,50 @@ +using System; + +namespace _0 +{ + class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello World!"); + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + } + } +} \ No newline at end of file