Add project files.

This commit is contained in:
czimbalmoskristof
2022-03-24 17:57:38 +01:00
parent 14b0f684e2
commit 042dbff486
3 changed files with 45 additions and 0 deletions

12
gyakorlas1/Program.cs Normal file
View File

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

View File

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