using System; namespace Microsoft.AspNet.Server.KestralTests { /// /// Summary description for Program /// public class Program { public void Main() { new EngineTests().Http11().Wait(); } } }