Renamed folder

This commit is contained in:
2023-10-03 11:00:40 +02:00
parent dde89f4347
commit 9813dee3f0
12 changed files with 21 additions and 17 deletions

View File

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