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

            wlcm.Output();
        }