Add project files.

This commit is contained in:
domokoslaszlooliver
2022-03-24 17:27:56 +01:00
parent 99d6f41621
commit e2947116d3
3 changed files with 84 additions and 0 deletions

9
0/0.csproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>_0</RootNamespace>
</PropertyGroup>
</Project>

50
0/Program.cs Normal file
View File

@@ -0,0 +1,50 @@
using System;
namespace _0
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}