6 lines
82 B
C#
Raw Normal View History

class T {
static int[] a = {1,2},
b = {3, 4};
public static void Main () {}
}