Add project files.

This commit is contained in:
kerteszkatalin
2022-03-24 17:28:12 +01:00
parent e33e41d718
commit f22a596447
3 changed files with 47 additions and 0 deletions

14
Szotar/Program.cs Normal file
View File

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

8
Szotar/Szotar.csproj Normal file
View File

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