Test article
Test
This is a test
1
2
3
4
5
6
var builder = WebApplication.CreateBuilder(args);
var app = builder.Build();
app.MapGet("/", () => "Hello World!");
app.Run();
This post is licensed under
CC BY 4.0
by the author.