コード例 #1
0
ファイル: Program.cs プロジェクト: FranPugelnik/raupjc-hw1
        public static void Main()
        {
            IntegerList polje = new IntegerList();

            ListExample(polje);

            Console.ReadLine();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: josip-paulik/RAUPJC-DZ1
        static void Main(string[] args)
        {
            IntegerList integerList = new IntegerList();

            ListExample(integerList);
        }