namespace SpectreConsoleStudy.Core7App { internal class Program { static void Main(string[] args) { Shared.SpectreConsoleRunner.Run(); } } }