source:
Program.cs@
08aefc6
| Last change on this file since 08aefc6 was 08aefc6, checked in by , 4 weeks ago | |
|---|---|
|
|
| File size: 129 bytes | |
| Line | |
|---|---|
| 1 | var builder = WebApplication.CreateBuilder(args); |
| 2 | var app = builder.Build(); |
| 3 | |
| 4 | app.MapGet("/", () => "Hello World!"); |
| 5 | |
| 6 | app.Run(); |
Note:
See TracBrowser
for help on using the repository browser.
