Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs1525-21.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5b16c3f66e5fc33888924116507efe99a52fbb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
// CS1525: Unexpected symbol `}'
// Line: 10

class MainClass
{
	public static void Main (string[] args)
	{
		foreach (int i in myints)

	}
}