Exemplo n.º 1
0
 static async Task Main(string[] args)
 {
     var httpServer = new HttpServer(80);
     await httpServer.StartAsync();
 }