5 lines
92 B
C#
5 lines
92 B
C#
|
|
var builder = Host.CreateApplicationBuilder(args);
|
|
|
|
var host = builder.Build();
|
|
host.Run(); |