7 lines
83 B
C#
Raw Permalink Normal View History

class X {
int[] v1 = { 1, 2 }, v2 = { 2, 3};
public static void Main ()
{
}
}