static void Main(string[] args) { World world = new World(); world.Init(); world.Run("localhost", 443); }
static void Main(string[] args) { World world = new World(); world.Init(); world.Run(); }