Adding files

This commit is contained in:
2023-10-03 10:36:32 +02:00
commit e61d6e305e
12 changed files with 204 additions and 0 deletions

View File

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