using System; namespace ln.http.simple { class MainClass { public static void Main(string[] args) => HTTPServer.StartSimpleServer(args); } }