Esempio n. 1
0
        static void Main(string[] args)
        {
            StarProcessor sp = new StarProcessor("../../../input.txt");
            StarDisplay   sd = new StarDisplay(sp);

            sp.LoadStarsFromFile();
            sd.DisplayStars();
        }