• + 0 comments

    c#

    static void PrintArray(T[] a) { foreach(var i in a) { Console.WriteLine(i); } }