This commit is contained in:
NoKnownName
2025-05-23 10:36:56 +02:00
commit 3fafc10742
168 changed files with 3010 additions and 0 deletions

View File

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