コード例 #1
0
ファイル: Program.cs プロジェクト: KenyTea/Obshaga_struct
        static void Main(string[] args)
        {
            Generation gen = new Generation();

            gen.GenegateStudent();
            gen.PrintStudents(gen.students);

            gen.CheckToHostel(gen.students);

            gen.Print(gen.bufer);
        }