Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4ff4b2cd53224d49c61bc7e5afd2b5423b139bdb (plain) (blame)
1
2
3
4
5
6
7
class Example {
	int[] fArray =
	{
		1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
		11, 12
	};
}

Back to the top