コード例 #1
0
ファイル: Program.cs プロジェクト: Nollpeter/ProjectEuler
        public static void Main(string[] args)
        {
            IProblem problem = new Problem44();

            problem.Run();
            Console.ReadLine();
        }