Initial commit

This commit is contained in:
2023-01-12 12:35:07 +01:00
commit 8e7ae2664f
4 changed files with 522 additions and 0 deletions

10
TestApp/Program.cs Normal file
View File

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