Skip to content

Instantly share code, notes, and snippets.

@fallenprogrammr
Created September 29, 2021 04:17
Show Gist options
  • Save fallenprogrammr/7c3d0a22ae80aefe5bf35805ab4e80d9 to your computer and use it in GitHub Desktop.
Save fallenprogrammr/7c3d0a22ae80aefe5bf35805ab4e80d9 to your computer and use it in GitHub Desktop.
var app = WebApplication.CreateBuilder(args).Build();
app.MapGet("/", () => "Hello World!");
app.Run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment