Add project files.

This commit is contained in:
krajc
2023-09-18 10:03:49 +02:00
parent d283afc210
commit 476f2c246b
3 changed files with 45 additions and 0 deletions

12
kosar2004/Program.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
namespace kosar2004
{
internal 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>