Skip to content

Instantly share code, notes, and snippets.

@yostane
Created July 21, 2017 20:51
Show Gist options
  • Select an option

  • Save yostane/f95c9fc9efcdffc5060a808f8a52433a to your computer and use it in GitHub Desktop.

Select an option

Save yostane/f95c9fc9efcdffc5060a808f8a52433a to your computer and use it in GitHub Desktop.
app.Run(async (context) =>
{
await context.Response.WriteAsync("Hello World!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment