This commit is contained in:
2026-07-19 12:13:14 +02:00
commit 6337e63a77
46 changed files with 4411 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
var builder = Host.CreateApplicationBuilder(args);
var host = builder.Build();
host.Run();