4 lines
82 B
C#
4 lines
82 B
C#
|
|
var builder = DistributedApplication.CreateBuilder(args);
|
||
|
|
|
||
|
|
builder.Build().Run();
|